anvil_server::handler

Function handle_call

Source
async fn handle_call<Handler: RpcHandler>(
    call: RpcCall,
    handler: Handler,
) -> Option<RpcResponse>
Expand description

handle a single RPC method call