CallJsonRpcProcedure
CallJsonRpcProcedure: (
request
) =>Promise
<CallJsonRpcResponse
>
Call JSON-RPC procedure executes a call against the tevm EVM
Parameters
• request: CallJsonRpcRequest
Returns
Promise
<CallJsonRpcResponse
>
Source
procedures/src/call/CallJsonRpcProcedure.ts:7