Function connect

Source
pub fn connect(
    msg: &IbcChannelConnectMsg,
    extensions: &[&str],
) -> Result<(), HandshakeError>
Expand description

Performs the connect step of the IBC handshake for a voice module.

ยงArguments

  • extensions the Polytone extensions supported by the caller. Extensions are explained in detail in the polytone spec.