GetRawInMessageByBlockHashAndIndex
Returns the bytecode of the internal message with the given index and contained within the block with the given hash.
Params
(2)1. hash (required)
string
The hash of the block whose information is requested.
2. index (required)
integer
The index of the message whose information is requested.
Result
(messageBytecode)string
The bytecode of the requested message.