MsgChannelOpenAck constructor

MsgChannelOpenAck(
  1. String port_id,
  2. String channel_id,
  3. String counterparty_channel_id,
  4. String counterparty_version,
  5. String proof_try,
  6. Height proof_height,
  7. String signer,
)

Implementation

MsgChannelOpenAck(
    this.port_id,
    this.channel_id,
    this.counterparty_channel_id,
    this.counterparty_version,
    this.proof_try,
    this.proof_height,
    this.signer);