#include "validators/field_validator.hpp"#include <limits>#include <string_view>#include <fmt/core.h>#include <boost/algorithm/string_regex.hpp>#include <boost/format.hpp>#include <boost/range/adaptor/indexed.hpp>#include "common/bind.hpp"#include "cryptography/crypto_provider/crypto_verifier.hpp"#include "interfaces/common_objects/account.hpp"#include "interfaces/common_objects/account_asset.hpp"#include "interfaces/common_objects/amount.hpp"#include "interfaces/common_objects/asset.hpp"#include "interfaces/common_objects/domain.hpp"#include "interfaces/common_objects/peer.hpp"#include "interfaces/queries/account_detail_pagination_meta.hpp"#include "interfaces/queries/account_detail_record_id.hpp"#include "interfaces/queries/asset_pagination_meta.hpp"#include "interfaces/queries/query_payload_meta.hpp"#include "interfaces/queries/tx_pagination_meta.hpp"#include "multihash/multihash.hpp"#include "validators/validation_error_helpers.hpp"
Namespaces | |
| shared_model | |
| shared_model::validation | |
Functions | |
| std::optional< ValidationError > | shared_model::validation::validatePubkey (std::string_view pubkey) |
| std::optional< ValidationError > | shared_model::validation::validatePaginationMetaPageSize (const size_t &page_size) |
| std::optional< ValidationError > | shared_model::validation::validatePaginationOrdering (const interface::Ordering &ordering) |