Function open

Source
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

  • extensions the Polytone extensions supported by the caller. Extensions are explained in detail in the polytone spec.
  • msg the message received to open the channel.