getBlockWithReceipts

Get a block with transaction receipts.

Get block information with transaction receipts given the block id.

Parameters

blockTag

a tag of the requested block

Throws


Get a block with transaction receipts.

Get block information with transaction receipts given the block id.

Parameters

blockHash

a hash of the requested block

Throws


abstract fun getBlockWithReceipts(blockNumber: Int): Request<BlockWithReceipts>

Get a block with transaction receipts.

Get block information with transaction receipts given the block id.

Parameters

blockNumber

a number of the requested block

Throws