MsgAcknowledgementDataArgs constructor
MsgAcknowledgementDataArgs(
- String acknowledgment,
- PacketDataArgs packet,
- String proof_acked,
- String signer,
- HeightDataArgs proof_Height,
Implementation
MsgAcknowledgementDataArgs(this.acknowledgment, this.packet, this.proof_acked,
this.signer, this.proof_Height) {
type = CosmosConstants.COSMOS_IBC_CHANNEL_MSG_ACKNOWLEDGMENT;
}