Class BlockBodyV2

Represents the body of a version 2 block, including the transactions and rewarded signatures.

Hierarchy

  • BlockBodyV2

Constructors

Properties

Constructors

Properties

rewardedSignatures: number[][]

The list of signature IDs that were rewarded in this block.

transactions: BlockTransaction[]

The list of transactions included in the block.

Generated using TypeDoc