GetRawInTransactionByBlockNumberAndIndex
Returns the bytecode of the internal transaction with the given index
Params
(3)1. shardId (required)
integer
The ID of the shard where the transaction was recorded.
2. number (required)
integer
The number of the block whose information is requested.
3. index (required)
integer
The index of the transaction whose information is requested.
Result
(transactionBytecode)string
The bytecode of the requested transaction.