CCF
Loading...
Searching...
No Matches
constitution.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/service/map.h"
6
7namespace ccf
8{
10 namespace Tables
11 {
12 static constexpr auto CONSTITUTION = "public:ccf.gov.constitution";
13 }
14}
Definition app_interface.h:15
ccf::kv::ValueSerialisedWith< V, ccf::kv::serialisers::JsonSerialiser, ccf::kv::serialisers::ZeroBlitUnitCreator > ServiceValue
Definition map.h:28
ServiceValue< std::string > Constitution
Definition constitution.h:9