pub fn http_router<Http>(config: ServerConfig, http: Http) -> Routerwhere
Http: RpcHandler,Expand description
Configures an [axum::Router] that handles JSON-RPC calls via HTTP.
pub fn http_router<Http>(config: ServerConfig, http: Http) -> Routerwhere
Http: RpcHandler,Configures an [axum::Router] that handles JSON-RPC calls via HTTP.