Appearance
nooschain v0.1.0
nooschain / sync/block-sync-service / getBlock
getBlock(database, height): Promise<BlockDto | null>
database
height
Promise
BlockDto
null
Defined in: sync/block-sync-service.ts:235
Loads one full block by height.
SyncDatabase
string | number | bigint
string
number
bigint
Promise<BlockDto | null>