#include <google/protobuf/util/time_util.h>#include <string>

Go to the source code of this file.
Classes | |
| struct | shared_model::validation::ValidatorsConfig |
Namespaces | |
| shared_model | |
| shared_model::validation | |
Functions | |
| bool | shared_model::validation::validateHexString (const std::string &str) |
| bool | shared_model::validation::validateTimeStamp (const int64_t ×tamp) |
| bool | shared_model::validation::validateHeight (const uint64_t &height) |
| bool | shared_model::validation::validateHeightOrder (const uint64_t &first_height, const uint64_t &last_height) |
| bool | shared_model::validation::validateTimeOrder (const int64_t &first_time, const int64_t &last_time) |