Crate ethereum_forkid

Source
Expand description

§ethereum-forkid

Ethereum fork identifier for chain compatibility checks

§License

The entire code within this repository is licensed under the Mozilla Public License v2.0

Structs§

ForkFilter
Filter that describes the state of blockchain and can be used to check incoming ForkIds for compatibility.
ForkHash
CRC32 hash of all previous forks starting from genesis block.
ForkId
A fork identifier as defined by EIP-2124. Serves as the chain compatibility identifier.

Enums§

ValidationError
Reason for rejecting provided ForkId.

Type Aliases§

BlockNumber
Block number.