CCF
Loading...
Searching...
No Matches
governance_history.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/entity_id.h"
6#include "ccf/service/map.h"
9
10namespace ccf
11{
13 namespace Tables
14 {
15 static constexpr auto GOV_HISTORY = "public:ccf.gov.history";
16 }
18 namespace Tables
19 {
20 static constexpr auto COSE_GOV_HISTORY = "public:ccf.gov.cose_history";
21 }
23 namespace Tables
24 {
25 static constexpr auto COSE_RECENT_PROPOSALS =
26 "public:ccf.gov.cose_recent_proposals";
27 }
28}
Definition map.h:30
Definition app_interface.h:14