Crate alloy_genesis

Crate alloy_genesis 

Source
Expand description

Alloy genesis types

§alloy-genesis

Ethereum genesis file definitions.

The genesis file in an Ethereum blockchain is a JSON-formatted file used to define the initial state of the blockchain at the time of its creation.

Modules§

serde_bincode_compatserde-bincode-compat
Bincode-compatible ChainConfig serde implementation.

Structs§

ChainConfig
Defines core blockchain settings per block.
CliqueConfig
Consensus configuration for Clique.
EthashConfig
Empty consensus configuration for proof-of-work networks.
Genesis
The genesis block specification.
GenesisAccount
An account in the state of the genesis block.
ParliaConfig
Consensus configuration for Parlia.