serve_http_json_rpc

Function serve_http_json_rpc 

Source
pub async fn serve_http_json_rpc(
    tcp_listener: TcpListener,
    server_config: &ServerConfig,
    json_rpc_handler: JsonRpcHandler,
) -> StarknetDevnetServer
Expand description

Configures an [axum::Server] that handles related JSON-RPC calls and web API calls via HTTP.