MsgChannelOpenTry constructor

MsgChannelOpenTry(
  1. String port_id,
  2. String previous_channel_id,
  3. Channel channel,
  4. String counterparty_version,
  5. String proof_init,
  6. Height proof_height,
  7. String signer,
)

Implementation

MsgChannelOpenTry(
    this.port_id,
    this.previous_channel_id,
    this.channel,
    this.counterparty_version,
    this.proof_init,
    this.proof_height,
    this.signer);