Function ibc_test_framework::bootstrap::nary::chain::boostrap_chains_with_nodes
source · pub fn boostrap_chains_with_nodes<const SIZE: usize>(
test_config: &TestConfig,
full_nodes: [FullNode; SIZE],
config_modifier: impl FnOnce(&mut Config)
) -> Result<(RelayerDriver, NaryConnectedChains<impl ChainHandle, SIZE>), Error>Expand description
Bootstrap a fixed number of chains specified by SIZE.