Skip to content

nooschain v0.1.0


nooschain / sync/block-sync-service / getBlockTransactions

Function: getBlockTransactions()

getBlockTransactions(database, height, options?): Promise<BlockTransactionDto[]>

Defined in: sync/block-sync-service.ts:161

Loads ordered transaction DTOs for one block.

Parameters

database

SyncDatabase

height

string | number | bigint

options?

BlockTransactionLoadOptions = ...

Returns

Promise<BlockTransactionDto[]>

Audience-first NOOSChain documentation.