CCF
Loading...
Searching...
No Matches
code_id.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
7#include "ccf/service/map.h"
8
9namespace ccf
10{
12
13 namespace Tables
14 {
15 // Note: Only used for SGX
16 static constexpr auto NODE_CODE_IDS = "public:ccf.gov.nodes.code_ids";
17 }
18}
Definition map.h:30
Definition app_interface.h:14