|
CCF
|
#include "ccf/ds/json.h"Go to the source code of this file.
Namespaces | |
| namespace | ccf |
Enumerations | |
| enum | ccf::ReconfigurationType : uint8_t { ccf::ONE_TRANSACTION = 0 , ccf::TWO_TRANSACTION = 1 } |
Functions | |
| ccf::DECLARE_JSON_ENUM (ReconfigurationType, {{ReconfigurationType::ONE_TRANSACTION, "OneTransaction"}, {ReconfigurationType::TWO_TRANSACTION, "TwoTransaction"}}) | |