Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeGenesis ¶
MakeGenesis returns a genesis block for a development chain. See geth reference: https://github.com/ethereum/go-ethereum/blob/master/core/genesis.go#L564
func MarshallBackwardsCompatible ¶ added in v0.11.0
MarshallBackwardsCompatible marshals a genesis into a backwards compatible JSON format.
func PrecompilesAlloc ¶ added in v0.10.0
func PrecompilesAlloc() types.GenesisAlloc
precompilesAlloc returns allocs for precompiled contracts precompile balances are set to 1 as a performance optimization, as done in geth.
func PrefundAlloc ¶
func PrefundAlloc(network netconf.ID) (types.GenesisAlloc, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.