suspend fun retrieveTransactionReceipts(blockHash: Bytes): List<TransactionReceipt>
(source)
Retrieves all transaction receipts associated with a block.
blockHash
- the hash of the block
Return
all transaction receipts associated with a block, in the correct order