pub fn bootstrap_connections_dynamic<Handle: ChainHandle>(
    foreign_clients: &Vec<Vec<ForeignClient<Handle, Handle>>>,
    connection_delay: Duration,
    bootstrap_with_random_ids: bool
) -> Result<DynamicConnectedConnections<Handle>, Error>
Expand description

Bootstrap a dynamic number of connections based on the given foreign client NxN matrix.