Skip to content

adamant-console / getTransactionsInBlockByHeight

Function: getTransactionsInBlockByHeight()

getTransactionsInBlockByHeight(height?): Promise<any>

Defined in: get.js:245

Gets transactions included in a block by block height.

Parameters

height?

string | number

ADAMANT block height

Returns

Promise<any>

Transactions response for the block height

Released under the GPL-3.0 License.