pub fn abstract_ibc_connection_with<Chain: IbcQueryHandler, IBC: InterchainEnv<Chain>>(
    abstr: &Abstract<Chain>,
    interchain: &IBC,
    dest: &Abstract<Chain>,
    polytone_src: &Polytone<Chain>
) -> Result<(), InterchainError>
Expand description

This is used for creating a testing connection between two Abstract connections using an existing polytone connection

You usually don’t need this function on actual networks if you’re not an Abstract maintainer