Constructs an EraSummary
instance.
The hash of the block for this era.
The unique identifier for the era.
The stored value representing data associated with the era.
The hash of the state root at the end of the era.
The Merkle proof for the block in the era.
The hash of the block for this era.
The unique identifier for the era.
The Merkle proof associated with the block in this era, used to verify the integrity of the data stored in the block.
The hash of the state root, which represents the state at the end of the era.
The stored value for this era, representing data related to the state at the end of the era.
Generated using TypeDoc
Class representing a summary of an era, including the block hash, era ID, stored value, state root hash, and the associated Merkle proof.