Class BlockV2

Represents a version 2 block in the blockchain. A BlockV2 includes a hash, a header containing metadata, and the body containing the block's transactions and related data.

Hierarchy

  • BlockV2

Constructors

Properties

Constructors

Properties

The body of the block, which contains the transactions, deploys, and other data related to the block's content.

hash: Hash

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

The header of the block, which contains metadata such as the block's height, parent hash, and protocol version.

Generated using TypeDoc