GetInMessageByHash
Returns the structure of the internal message with the given hash.
Params
(1)1. hash (required)
string
The hash of the message.
Result
(rpcInMessage)The message whose information is requested.
BlockHash
stringThe hash of the block containing the message.
BlockNumber
integerThe number of the block containin the message.
ChainId
integerThe number of the chain containing the message.
Currency
valueCurrency values.
FeeCredit
stringThe fee credit for the message.
Flags
stringThe array of message flags.
From
stringThe address from where the message was sent.
GasUsed
stringThe amount of gas spent on the message.
Hash
stringThe message hash.
Index
stringThe message index.
Seqno
stringThe sequence number of the message.
Signature
stringThe message signature.
Success
booleanThe flag that shows whether the message was successful.
To
stringThe address where the message was sent.
Value
stringThe message value.