MsgChannelCloseConfirm constructor

MsgChannelCloseConfirm(
  1. String port_id,
  2. String channel_id,
  3. String proof_init,
  4. Height proof_height,
  5. String signer,
)

Implementation

MsgChannelCloseConfirm(this.port_id, this.channel_id, this.proof_init,
    this.proof_height, this.signer);