GetInTransactionByBlockNumberAndIndex
Returns the structure of the internal transaction with the given index and contained within the block with the given number.
Params
(3)1. shardId (required)
The ID of the shard where the transaction was recorded.
2. number (required)
The number of the block whose information is requested.
3. index (required)
The index of the transaction whose information is requested.
Result
(rpcInTransaction)The transaction whose information is requested.
The hash of the block containing the transaction.
The number of the block containin the transaction.
The number of the chain containing the transaction.
The fee credit for the transaction.
The array of transaction flags.
The address from where the transaction was sent.
The amount of gas spent on the transaction.
The transaction hash.
The transaction index.
Maximum fee per gas for the transaction.
Priority fee for the transaction.
The sequence number of the transaction.
The transaction signature.
The flag that shows whether the transaction was successful.
The address where the transaction was sent.
Token values.
The transaction value.