GetInTransactionByBlockHashAndIndex
Returns the structure of the internal transaction with the given index
Params
(2)1. hash (required)
string
The hash of the block whose information is requested.
2. index (required)
integer
The index of the transaction whose information is requested.
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.