MsgAcknowledgementDataArgs constructor

MsgAcknowledgementDataArgs(
  1. String acknowledgment,
  2. PacketDataArgs packet,
  3. String proof_acked,
  4. String signer,
  5. HeightDataArgs proof_Height,
)

Implementation

MsgAcknowledgementDataArgs(this.acknowledgment, this.packet, this.proof_acked,
    this.signer, this.proof_Height) {
  type = CosmosConstants.COSMOS_IBC_CHANNEL_MSG_ACKNOWLEDGMENT;
}