CallJsonRpcProcedure
CallJsonRpcProcedure: (
request
) =>Promise
<CallJsonRpcResponse
>
Call JSON-RPC procedure executes a call against the tevm EVM
Parameters
• request: CallJsonRpcRequest
Returns
Promise
<CallJsonRpcResponse
>
CallJsonRpcProcedure: (
request
) =>Promise
<CallJsonRpcResponse
>
Call JSON-RPC procedure executes a call against the tevm EVM
• request: CallJsonRpcRequest
Promise
<CallJsonRpcResponse
>