fedimint_server::config

Function connect

source
pub async fn connect<T>(
    network: NetworkConfig,
    certs: TlsConfig,
    delay_calculator: DelayCalculator,
    task_group: &TaskGroup,
) -> PeerConnections<T>
where T: Debug + Clone + Serialize + DeserializeOwned + Unpin + Send + Sync + 'static,