pub async fn run_orchestrator<KEY>(
    network_config: NetworkConfig<KEY>,
    url: Url
) -> Result<()>
where KEY: SignatureKey + 'static + Serialize,
Expand description

Runs the orchestrator

§Errors

This errors if tide disco runs into an issue during serving

§Panics

This panics if unable to register the api with tide disco