MsgRevokeAllowanceValueAminoArgs constructor

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

Implementation

MsgRevokeAllowanceValueAminoArgs(this.grantee, this.granter);