MsgSetWithdrawAddressDataArgs constructor

MsgSetWithdrawAddressDataArgs(
  1. String delegator_address,
  2. String withdraw_address
)

Implementation

MsgSetWithdrawAddressDataArgs(this.delegator_address, this.withdraw_address) {
  type = CosmosConstants.COSMOS_DISTRIBUTION_MSG_SETWITHDRAWADDRESS;
}