Function run_orchestrator

Source
pub async fn run_orchestrator<TYPES: NodeType>(
    network_config: NetworkConfig<TYPES>,
    url: Url,
) -> Result<()>
where TYPES::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