GetInTransactionReceipt
Returns the receipt for the transaction with the given hash.
Params
(1)1. hash (required)
The hash of the transaction.
Result
(rpcReceipt)The receipt whose structure is requested.
The hash of the block containing the transaction whose receipt is requested.
The number of the block containin the transaction whose receipt is requested.
The receipt bloom filter.
The address of the contract that has originated the transaction whose receipt is requested.
The error in case the transaction processing was unsuccessful.
The array of transaction flags.
The gas price at the time of processing the transaction.
The amount of gas spent on the transaction whose receipt is requested.
The logs attached to the receipt.
Receipts of the outgoing transactions. Set to nil for transactions that have not yet been processed.
The index of the outgoing transaction whose receipt is requested.
The number of the outgoing transactions whose receipt is requested.
Status shows concrete error of the executed transaction.
The flag that shows whether the transaction was successful.
The flag that shows whether the transaction is temporary.
The hash of the transaction whose receipt is requested.
The index of the transaction whose receipt is requested.