nooschain / sync/block-sync-service / getBlocksAfter
Function: getBlocksAfter()
getBlocksAfter(
database,height,limit?):Promise<BlockDto[]>
Defined in: sync/block-sync-service.ts:325
Loads full blocks strictly after a height, bounded by the configured limit.
Parameters
database
height
string | number | bigint
limit?
number
Returns
Promise<BlockDto[]>