Function ibc_test_framework::bootstrap::binary::channel::bootstrap_channel
source · pub fn bootstrap_channel<ChainA: ChainHandle, ChainB: ChainHandle>(
foreign_clients: &ForeignClientPair<ChainA, ChainB>,
port_a: &TaggedPortIdRef<'_, ChainA, ChainB>,
port_b: &TaggedPortIdRef<'_, ChainB, ChainA>,
connection_options: BootstrapConnectionOptions,
channel_options: BootstrapChannelOptions
) -> Result<ConnectedChannel<ChainA, ChainB>, Report>
Expand description
Create a new ConnectedChannel
between two chains using foreign clients
with initialized client IDs.