6 #ifndef IROHA_PEER_ORDERER_IMPL_HPP 7 #define IROHA_PEER_ORDERER_IMPL_HPP 14 class ClusterOrdering;
21 std::vector<std::shared_ptr<shared_model::interface::Peer>>
const 25 std::vector<size_t> peer_positions_;
29 #endif // IROHA_PEER_ORDERER_IMPL_HPP Definition: yac_hash_provider.hpp:25
Definition: peer_orderer_impl.hpp:17
std::optional< ClusterOrdering > getOrdering(const YacHash &hash, std::vector< std::shared_ptr< shared_model::interface::Peer >> const &peers) override
Definition: peer_orderer_impl.cpp:19
hash256_t hash(const T &pb)
Definition: pb_common.hpp:43
Definition: yac_peer_orderer.hpp:19
Definition: cluster_order.hpp:16