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