GetInTransactionByHash
Returns the structure of the internal transaction with the given hash.
Params
(1)1. hash (required)
string
The hash of the transaction.
Result
(rpcInTransaction)The transaction whose information is requested.
BlockHash
stringThe hash of the block containing the transaction.
BlockNumber
integerThe number of the block containing the transaction.
GasUsed
stringThe amount of gas spent on the transaction.
Index
stringThe transaction index.
Success
booleanThe flag that shows whether the transaction was successful.
Transaction
transactionThe transaction data.