MsgRevokeAllowanceDataArgs constructor

MsgRevokeAllowanceDataArgs(
  1. String grantee,
  2. String granter
)

Implementation

MsgRevokeAllowanceDataArgs(this.grantee, this.granter) {
  type = CosmosConstants.COSMOS_FEEGRANT_MSG_REVOKE_ALLOWANCE;
}