Class BlockV1

Represents a version 1 block in the blockchain, including the block's metadata (header), body, and proofs. A BlockV1 contains the block's unique hash, header (which includes metadata like height and era ID), body (which includes transactions), and an array of proofs related to the block.

Hierarchy

  • BlockV1

Constructors

Properties

Constructors

Properties

The body of the block, which contains the transactions and related data for the block.

hash: Hash

The unique hash of the block, used to identify and verify the block in the blockchain.

The header of the block, containing metadata such as block height, era ID, and timestamp.

proofs: Proof[]

An array of proofs associated with the block, used to verify the authenticity of the block.

Generated using TypeDoc