pub fn bootstrap_channels_with_connections<Handle: ChainHandle, const SIZE: usize>(
    connections: ConnectedConnections<Handle, SIZE>,
    chains: [Handle; SIZE],
    ports: [[PortId; SIZE]; SIZE],
    order: Order,
    bootstrap_with_random_ids: bool
) -> Result<ConnectedChannels<Handle, SIZE>, Error>
Expand description

Bootstrap a fixed number of connections with the same SIZE as in ConnectedConnections.