Module beacon

Source
Expand description

Types related to commitments to the beacon block root.

Structs§

GeneralizedBeaconCommit
A commitment to a field of the beacon block at a specific index in a Merkle tree, along with a timestamp.

Enums§

BeaconBlockId
A beacon block identifier.

Constants§

BLOCK_HASH_LEAF_INDEX
The generalized Merkle tree index of the block_hash field in the BeaconBlock.
STATE_ROOT_LEAF_INDEX
The generalized Merkle tree index of the state_root field in the BeaconBlock.

Type Aliases§

BeaconCommit
A commitment that an execution block hash is included in a specific beacon block on the Ethereum blockchain.
BeaconInput
Input committing to the corresponding Beacon Chain block root.