GetRawInTransactionByBlockHashAndIndex
Returns the bytecode 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
(transactionBytecode)string
The bytecode of the requested transaction.