LoadStateJsonRpcProcedure
LoadStateJsonRpcProcedure: (
request
) =>Promise
<LoadStateJsonRpcResponse
>
Procedure for handling script JSON-RPC requests Procedure for handling tevm_loadState JSON-RPC requests
Parameters
• request: LoadStateJsonRpcRequest
Returns
Promise
<LoadStateJsonRpcResponse
>
jsonrpc error response if there are errors otherwise it returns a successful empty object result
Example
Defined in
packages/actions/src/LoadState/LoadStateJsonRpcProcedure.ts:17