Function ibc_test_framework::bootstrap::nary::channel::bootstrap_channels_with_connections
source · [−]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.