Module ibc_test_framework::bootstrap::nary::channel
source · Expand description
Functions for bootstrapping N-ary number of chanels.
Functions
- Bootstrap a fixed number of channels as specified by
SIZE, together with bootstrapping the underlying connections. - Boostrap a dynamic number of channels together with the underlying connections based on the number of chain handles in
DynamicConnectedChains. - Bootstrap a fixed number of connections with the same
SIZEas inConnectedConnections. - Bootstrap a dynamic number of channels based on the number of connections in
DynamicConnectedConnections.