Skip to content

Block

Block = object

Defined in: packages/algod_client/src/models/block.ts:407

Block contains the BlockHeader and the list of transactions (Payset).

header: BlockHeader

Defined in: packages/algod_client/src/models/block.ts:409

The block information (Header)


payset: SignedTxnInBlock[]

Defined in: packages/algod_client/src/models/block.ts:412

[txns] Block transactions (Payset).