Class BlockBodyV1

Represents the body of a version 1 block in the blockchain. The body contains essential data related to transactions, deploys, and other actions within the block.

Hierarchy

  • BlockBodyV1

Constructors

Properties

deployHashes: Hash[]

The list of deploy hashes included in the block. Deploys represent the transactions that are being executed within this block.

proposer: Proposer

The proposer of the block, which represents the entity that created or proposed the block.

transferHashes: Hash[]

The list of transfer hashes included in the block. Transfers represent the transactions related to the movement of tokens within the blockchain.

Generated using TypeDoc