CCF
Loading...
Searching...
No Matches
code_status.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/hex.h"
6#include "ccf/ds/json.h"
8
9namespace ccf
10{
11 enum class CodeStatus
12 {
14 };
16 CodeStatus, {{CodeStatus::ALLOWED_TO_JOIN, "AllowedToJoin"}});
17}
#define DECLARE_JSON_ENUM(TYPE,...)
Definition json.h:837
Definition app_interface.h:14
CodeStatus
Definition code_status.h:12