6 #ifndef IROHA_YAC_COMMON_HPP 7 #define IROHA_YAC_COMMON_HPP 11 #include <boost/optional.hpp> 31 bool sameKeys(
const std::vector<VoteMessage> &votes);
39 boost::optional<Round>
getKey(
const std::vector<VoteMessage> &votes);
47 boost::optional<YacHash>
getHash(
const std::vector<VoteMessage> &votes);
53 #endif // IROHA_YAC_COMMON_HPP boost::optional< YacHash > getHash(const std::vector< VoteMessage > &votes)
Definition: yac_common.cpp:35
boost::optional< Round > getKey(const std::vector< VoteMessage > &votes)
Definition: yac_common.cpp:28
std::string ProposalHash
Definition: yac_common.hpp:22
bool sameKeys(const std::vector< VoteMessage > &votes)
Definition: yac_common.cpp:16
Definition: block_query.hpp:15
std::string BlockHash
Definition: yac_common.hpp:24