GetRawInMessageByBlockNumberAndIndex
Returns the bytecode of the internal message with the given index and contained within the block with the given number.
Params
(3)1. shardId (required)
integer
The ID of the shard where the message was recorded.
2. number (required)
integer
The number of the block whose information is requested.
3. index (required)
integer
The index of the message whose information is requested.
Result
(messageBytecode)string
The bytecode of the requested message.