CCF
Loading...
Searching...
No Matches
reconfiguration_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{
14
17 {{ReconfigurationType::ONE_TRANSACTION, "OneTransaction"},
18 {ReconfigurationType::TWO_TRANSACTION, "TwoTransaction"}})
19}
#define DECLARE_JSON_ENUM(TYPE,...)
Definition json.h:837
Definition app_interface.h:14
ReconfigurationType
Definition reconfiguration_type.h:10
@ TWO_TRANSACTION
Definition reconfiguration_type.h:12
@ ONE_TRANSACTION
Definition reconfiguration_type.h:11