Skip to main content

run_internal_api_with_gateway

Function run_internal_api_with_gateway 

Source
pub async fn run_internal_api_with_gateway(
    port: u16,
    processor: Arc<Processor>,
    gateway: Option<GatewayStatusHandle>,
) -> Result<()>
Expand description

Run the local JSON-RPC server with an optional foreground-gateway status endpoint.