Skip to main content

RpcCallItem

A JSON-RPC call object to be executed against an EVM node.

methodstringrequired

JSON-RPC method name

Example: eth_call
paramsundefined[]required

JSON-RPC parameters (call object and block tag)

RpcCallItem
{
"method": "eth_call",
"params": [
null
]
}