MsgTimeoutOnClose constructor

MsgTimeoutOnClose(
  1. Packet packet,
  2. String proof_unreceived,
  3. String proof_close,
  4. Height proof_height,
  5. double next_sequence_recv,
  6. String signer,
)

Implementation

MsgTimeoutOnClose(this.packet, this.proof_unreceived, this.proof_close,
    this.proof_height, this.next_sequence_recv, this.signer);