Skip to content

adamant-console / getTransactionsInBlockById

Function: getTransactionsInBlockById()

getTransactionsInBlockById(blockId?): Promise<any>

Defined in: get.js:233

Gets transactions included in a block by block ID.

Parameters

blockId?

string = ...

ADAMANT block ID

Returns

Promise<any>

Transactions response for the block

Released under the GPL-3.0 License.