MsgTimeout constructor

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

Implementation

MsgTimeout(this.packet, this.proof_unreceived, this.proof_height,
    this.next_sequence_recv, this.signer);