suspend fun retrieveTransactionReceipts(blockHash: Hash): 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