tuweni / org.apache.tuweni.eth.repository / BlockchainIndexWriter / indexTransactionReceipt

indexTransactionReceipt

abstract fun indexTransactionReceipt(txReceipt: TransactionReceipt, txIndex: Int, txHash: Bytes, blockHash: Bytes): Unit (source)

Indexes a transaction receipt.

Parameters

txReceipt - the transaction receipt to index

txIndex - the index of the transaction in the block

txHash - the hash of the transaction

blockHash - the hash of the block