Function ibc_relayer::relay::connect_with_new_channel[][src]

pub fn connect_with_new_channel(
    a_chain_handle: Box<dyn ChainHandle>,
    b_chain_handle: Box<dyn ChainHandle>,
    delay: Duration,
    ordering: Order,
    path: RelayPath
) -> Result<Channel, BoxError>
Expand description

Connects two ports of two chains creating new clients, connection and channel Used by the hermes channel handshake ibc-0 ibc-1