Function json_rpc_handler

Source
pub async fn json_rpc_handler(
    __arg0: State<AppState>,
    __arg1: Json<JsonRpcRequest>,
) -> ServerResult<impl IntoResponse>
Expand description

Main JSON-RPC handler that dispatches to the appropriate method