CCF
Loading...
Searching...
No Matches
operator_feature.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::endpoints
8{
9 enum class OperatorFeature : uint8_t
10 {
14 };
15
18 {
19 {OperatorFeature::SnapshotRead, "SnapshotRead"},
20 {OperatorFeature::LedgerChunkRead, "LedgerChunkRead"},
21 {OperatorFeature::SnapshotCreate, "SnapshotCreate"},
22 });
23}
Definition unit_value.h:22
#define DECLARE_JSON_ENUM(TYPE,...)
Definition json.h:864
Definition endpoint.h:17
OperatorFeature
Definition operator_feature.h:10