20#ifndef ORES_ACCOUNTS_DOMAIN_ACCOUNT_VERSION_HISTORY_HPP
21#define ORES_ACCOUNTS_DOMAIN_ACCOUNT_VERSION_HISTORY_HPP
25#include "ores.accounts/domain/account_version.hpp"
27namespace ores::accounts::domain {
Contains the full version history for an account.
Definition account_version_history.hpp:32
std::string username
Username of the account.
Definition account_version_history.hpp:36
std::vector< account_version > versions
All versions of this account, ordered from newest to oldest.
Definition account_version_history.hpp:41