MsgSetWithdrawAddressAminoArgs constructor

MsgSetWithdrawAddressAminoArgs(
  1. MsgSetWithdrawAddressValueAminoArgs value
)

Implementation

MsgSetWithdrawAddressAminoArgs(this.value) {
  type = DistributionConstants.DISTRIBUTION_MSG_MODIFY_WITHDRAWADDRESS;
}