pub type EthChainSpec = ChainSpec<SpecId>;
Expand description
ChainSpec for Ethereum.
Aliased Type§
struct EthChainSpec {
pub chain_id: u64,
pub forks: BTreeMap<SpecId, ForkCondition>,
}
Fields§
§chain_id: u64
Chain identifier.
forks: BTreeMap<SpecId, ForkCondition>
Map revm specification IDs to their respective activation condition.