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
height
string | number | bigint
options?
BlockTransactionLoadOptions = ...
Returns
Promise<BlockTransactionDto[]>