hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
consistency_model.hpp
Go to the documentation of this file.
1 
6 #ifndef IROHA_CONSENSUS_CONSISTENCY_MODEL_HPP
7 #define IROHA_CONSENSUS_CONSISTENCY_MODEL_HPP
8 
9 namespace iroha::consensus::yac {
10  enum class ConsistencyModel {
11  kBft,
12  kCft,
13  };
14 } // namespace iroha::consensus::yac
15 
16 #endif // IROHA_CONSENSUS_CONSISTENCY_MODEL_HPP
ConsistencyModel
Definition: consistency_model.hpp:10
Definition: cluster_order.hpp:16