nooschain / sync/sync-types / BlockDto
Interface: BlockDto
Defined in: sync/sync-types.ts:67
Full committed block read model.
Properties
header
header:
BlockHeaderDto
Defined in: sync/sync-types.ts:69
Block header.
transactions
transactions:
BlockTransactionDto[]
Defined in: sync/sync-types.ts:71
Ordered transactions included in the block.