Function start_iroh_api

Source
async fn start_iroh_api(
    secret_key: SecretKey,
    bind_addr: SocketAddr,
    consensus_api: ConsensusApi,
    task_group: &TaskGroup,
)