CCF
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
consensus_type.h File Reference
#include "ccf/ds/json.h"

Go to the source code of this file.

Namespaces

namespace  ccf
 

Enumerations

enum  ccf::ConsensusType : uint8_t { ccf::CFT = 0 , ccf::BFT = 1 }
 

Functions

 ccf::DECLARE_JSON_ENUM (ConsensusType, {{ConsensusType::CFT, "CFT"}, {ConsensusType::BFT, "BFT"}})