#include <memory>#include <vector>#include <boost/range/any_range.hpp>#include "consensus/yac/consistency_model.hpp"#include "consensus/yac/yac_types.hpp"#include "interfaces/common_objects/range_types.hpp"#include "interfaces/common_objects/types.hpp"

Go to the source code of this file.
Classes | |
| class | iroha::consensus::yac::SupermajorityChecker |
Namespaces | |
| shared_model::interface | |
| iroha::consensus::yac | |
Functions | |
| std::unique_ptr< SupermajorityChecker > | iroha::consensus::yac::getSupermajorityChecker (ConsistencyModel c) |
| Get a SupermajorityChecker for the given consistency model. More... | |