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
{
10
namespace
consensus {
11
namespace
yac {
12
13
enum class
ConsistencyModel
{
14
kBft
,
15
kCft
,
16
};
17
18
}
// namespace yac
19
}
// namespace consensus
20
}
// namespace iroha
21
22
#endif // IROHA_CONSENSUS_CONSISTENCY_MODEL_HPP
iroha::consensus::yac::ConsistencyModel::kCft
CFT consistency.
iroha
Definition:
block_query.hpp:15
iroha::consensus::yac::ConsistencyModel::kBft
BFT consistency.
iroha::consensus::yac::ConsistencyModel
ConsistencyModel
Definition:
consistency_model.hpp:13
irohad
consensus
yac
consistency_model.hpp
Generated by
1.8.13