MsgRevokeAllowance constructor

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

Implementation

MsgRevokeAllowance(this.granter, this.grantee);