hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
validators_common.hpp File Reference
#include <google/protobuf/util/time_util.h>
#include <string>
Include dependency graph for validators_common.hpp:
This graph shows which files directly or indirectly include this file:

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 &timestamp)
 
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)