Appearance
nooschain v0.1.0
nooschain / sync/block-sync-service / getBlockByHash
getBlockByHash(database, hash): Promise<BlockDto | null>
database
hash
Promise
BlockDto
null
Defined in: sync/block-sync-service.ts:252
Loads one full block by canonical hash.
SyncDatabase
string
Promise<BlockDto | null>