fromAmino static method

Implementation

static MsgSetWithdrawAddress fromAmino(MsgSetWithdrawAddressAminoArgs data) {
  return MsgSetWithdrawAddress(
      data.value.delegator_address, data.value.withdraw_address);
}