pub async fn handle<Http: RpcHandler, Ws>(
__arg0: State<(Http, Ws)>,
request: Result<Json<Request>, JsonRejection>,
) -> Json<Response>
Expand description
Handles incoming JSON-RPC Request.
pub async fn handle<Http: RpcHandler, Ws>(
__arg0: State<(Http, Ws)>,
request: Result<Json<Request>, JsonRejection>,
) -> Json<Response>
Handles incoming JSON-RPC Request.