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

retrieveTransactionReceipt

suspend fun retrieveTransactionReceipt(blockHash: Bytes, index: Int): TransactionReceipt? (source)

Retrieves a transaction receipt associated with a block and an index

Parameters

blockHash - the hash of the block

index - the index of the transaction in the block

suspend fun retrieveTransactionReceipt(txHash: Hash): TransactionReceipt? (source)

Retrieves a transaction receipt associated with a block and an index

Parameters

txHash - the hash of the transaction