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.