pub fn connect(
msg: &IbcChannelConnectMsg,
extensions: &[&str],
) -> Result<(), HandshakeError>Expand description
Performs the connect step of the IBC handshake for a voice module.
ยงArguments
extensionsthe Polytone extensions supported by the caller. Extensions are explained in detail in the polytone spec.