Guides
Dash CoreDash PlatformDash.orgDash User DocsLog In

getBlockByHeight

🚧

New site!

All content has been migrated to docs.dash.org. You will be automatically redirected momentarily.

Usage: await client.core.getBlockByHeight(height, options)
Description: Allow to fetch a specific block by its height

Parameters:

parameterstyperequiredDescription
heightNumberyesA valid block height
optionsDAPIClientOptionsno

Returns : {Promise<null|Buffer>} - The specified bufferized block