Skip to content

nooschain v0.1.0


nooschain / sync/sync-types / BlockDto

Interface: BlockDto

Defined in: sync/sync-types.ts:67

Full committed block read model.

Properties

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.

Audience-first NOOSChain documentation.