CCF
Loading...
Searching...
No Matches
include
ccf
service
consensus_type.h
Go to the documentation of this file.
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the Apache 2.0 License.
3
#pragma once
4
5
#include "
ccf/ds/json.h
"
6
7
namespace
ccf
8
{
9
enum
ConsensusType
10
{
11
CFT
= 0,
12
BFT
= 1
13
};
14
15
DECLARE_JSON_ENUM
(
16
ConsensusType
, {{
ConsensusType::CFT
,
"CFT"
}, {
ConsensusType::BFT
,
"BFT"
}})
17
}
json.h
DECLARE_JSON_ENUM
#define DECLARE_JSON_ENUM(TYPE,...)
Definition
json.h:837
ccf
Definition
app_interface.h:14
ccf::ConsensusType
ConsensusType
Definition
consensus_type.h:10
ccf::BFT
@ BFT
Definition
consensus_type.h:12
ccf::CFT
@ CFT
Definition
consensus_type.h:11
Generated by
1.9.8