tuweni / org.apache.tuweni.eth.repository / BlockchainRepository / retrieveTransactionReceipts

retrieveTransactionReceipts

suspend fun retrieveTransactionReceipts(blockHash: Bytes): List<TransactionReceipt> (source)

Retrieves all transaction receipts associated with a block.

Parameters

blockHash - the hash of the block

Return
all transaction receipts associated with a block, in the correct order