Expand description
Types related to commitments to the beacon block root.
Structs§
- Generalized
Beacon Commit - A commitment to a field of the beacon block at a specific index in a Merkle tree, along with a timestamp.
Enums§
- Beacon
Block Id - A beacon block identifier.
Constants§
- BLOCK_
HASH_ LEAF_ INDEX - The generalized Merkle tree index of the
block_hash
field in theBeaconBlock
. - STATE_
ROOT_ LEAF_ INDEX - The generalized Merkle tree index of the
state_root
field in theBeaconBlock
.
Type Aliases§
- Beacon
Commit - A commitment that an execution block hash is included in a specific beacon block on the Ethereum blockchain.
- Beacon
Input - Input committing to the corresponding Beacon Chain block root.