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

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

Enums

Type Definitions