getBlockWithTxs

Get a block with transactions.

Get block information with full transactions given the block id.

Parameters

blockTag

a tag of the requested block

Throws


Get a block with transactions.

Get block information with full transactions given the block id.

Parameters

blockHash

a hash of the requested block

Throws


abstract fun getBlockWithTxs(blockNumber: Int): Request<BlockWithTransactions>

Get a block with transactions.

Get block information with full transactions given the block id.

Parameters

blockNumber

a number of the requested block

Throws