MsgSetWithdrawAddress constructor

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

Implementation

MsgSetWithdrawAddress(this.delegator_address, this.withdraw_address);