pub fn open(
msg: &IbcChannelOpenMsg,
extensions: &[&str],
) -> Result<IbcChannelOpenResponse, HandshakeError>Expand description
Performs the open step of the IBC handshake for a note module.
ยงArguments
extensionsthe Polytone extensions supported by the caller. Extensions are explained in detail in the polytone spec.msgthe message received to open the channel.