CCF
Loading...
Searching...
No Matches
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
7namespace ccf
8{
10 {
11 CFT = 0,
12 BFT = 1
13 };
14
17}
#define DECLARE_JSON_ENUM(TYPE,...)
Definition json.h:837
Definition app_interface.h:14
ConsensusType
Definition consensus_type.h:10
@ BFT
Definition consensus_type.h:12
@ CFT
Definition consensus_type.h:11