RpcCallItem
A JSON-RPC call object to be executed against an EVM node.
methodstringrequired
JSON-RPC method name
Example:
eth_callparamsundefined[]required
JSON-RPC parameters (call object and block tag)
RpcCallItem
{
"method": "eth_call",
"params": [
null
]
}