pub fn bootstrap_connection<ChainA: ChainHandle, ChainB: ChainHandle>(
    foreign_clients: &ForeignClientPair<ChainA, ChainB>,
    options: BootstrapConnectionOptions
) -> Result<ConnectedConnection<ChainA, ChainB>, Report>
Expand description

Create a new ConnectedConnection using the foreign clients with initialized client IDs.