Skip to content

nooschain v0.1.0


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

SyncDatabase

height

string | number | bigint

limit?

number

Returns

Promise<BlockDto[]>

Audience-first NOOSChain documentation.