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