Package org.web3j.tx.response
-
Interface Summary Interface Description Callback Transaction receipt processor callback. -
Class Summary Class Description EmptyTransactionReceipt An empty transaction receipt object containing only the transaction hash.NoOpProcessor Return anEmptyTransactionReceipt
receipt back to callers containing only the transaction hash.PollingTransactionReceiptProcessor With each provided transaction hash, poll until we obtain a transaction receipt.QueuingTransactionReceiptProcessor Transaction receipt processor that uses a single thread to query for transaction receipts.TransactionReceiptProcessor Abstraction for managing how we wait for transaction receipts to be generated on the network.