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
pub async fn json_rpc_handler(
__arg0: State<AppState>,
__arg1: Json<JsonRpcRequest>,
) -> ServerResult<impl IntoResponse>Main JSON-RPC handler that dispatches to the appropriate method