Block
Block =
object
Defined in: packages/algod_client/src/models/block.ts:407
Block contains the BlockHeader and the list of transactions (Payset).
Properties
Section titled “Properties”header
Section titled “header”header:
BlockHeader
Defined in: packages/algod_client/src/models/block.ts:409
The block information (Header)
payset
Section titled “payset”payset:
SignedTxnInBlock[]
Defined in: packages/algod_client/src/models/block.ts:412
[txns] Block transactions (Payset).