MsgRevokeAllowanceAminoArgs constructor

MsgRevokeAllowanceAminoArgs(
  1. MsgRevokeAllowanceValueAminoArgs value
)

Implementation

MsgRevokeAllowanceAminoArgs(this.value) {
  type = FeeGrantConstants.MSG_REVOKE_ALLOWANCE;
}