MsgAcknowledgement constructor

MsgAcknowledgement(
  1. String acknowledgment,
  2. Packet packet,
  3. String proof_acked,
  4. Height proof_height,
  5. String signer,
)

Implementation

MsgAcknowledgement(this.acknowledgment, this.packet, this.proof_acked,
    this.proof_height, this.signer);