MsgGrantAllowanceValueAminoArgs constructor

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

Implementation

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