Optional
accumulatedThe accumulated seed used for randomness in block generation. This seed is generated from previous blocks and influences the consensus.
The hash of the block's body, which contains the transactions and other data. This is used to verify the integrity of the block's contents.
The current gas price for transactions within this block.
Optional
eraThe era end details for this block's era, if available.
The era ID in which the block was created, indicating its position within a blockchain era.
The height of the block in the blockchain, representing its position in the chain.
The hash of the block that switched the state, marking the end of an era or other significant event.
The hash of the parent block, linking this block to its predecessor in the chain.
The proposer who created this block.
Optional
protocolThe protocol version used for this block.
A random bit used for consensus, which may play a role in block selection or generation.
The hash of the state root, representing the state of the blockchain after this block is applied.
The timestamp when the block was created.
Generated using TypeDoc
Represents the header of a version 2 block in the blockchain. Contains metadata such as the block's height, parent hash, timestamp, gas price, and more.