MsgGrantAllowance constructor

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

Implementation

MsgGrantAllowance(this.granter, this.grantee, this.allowance);