fromData static method

Implementation

static MsgSetWithdrawAddress fromData(MsgSetWithdrawAddressDataArgs data) {
  return MsgSetWithdrawAddress(data.delegator_address, data.withdraw_address);
}