MsgGrantAllowanceDataArgs constructor

MsgGrantAllowanceDataArgs(
  1. dynamic allowance,
  2. String grantee,
  3. String granter
)

Implementation

MsgGrantAllowanceDataArgs(this.allowance, this.grantee, this.granter) {
  type = CosmosConstants.COSMOS_FEEGRANT_MSG_GRANT_ALLOWANCE;
}