Class MinimalBlockInfo

Represents minimal block information, including metadata such as the creator, era ID, block hash, height, state root hash, and timestamp.

Hierarchy

  • MinimalBlockInfo

Constructors

Properties

creator: PublicKey

The public key of the creator of the block. This represents the entity that created the block.

eraID: number

The era ID of the block, representing the era in which this block was created.

hash: Hash

The hash of the block, used to uniquely identify it.

height: number

The height of the block, indicating its position in the blockchain.

stateRootHash: Hash

The state root hash of the block, representing the state of the blockchain after processing the block.

timestamp: Timestamp

The timestamp when the block was created. This is typically the time when the block was finalized or validated.

Generated using TypeDoc