CCF
Loading...
Searching...
No Matches
previous_service_identity.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/crypto/pem.h"
6#include "ccf/kv/value.h"
7
8#include <string>
9#include <vector>
10
11namespace ccf
12{
14
15 namespace Tables
16 {
17 static constexpr auto PREVIOUS_SERVICE_IDENTITY =
18 "public:ccf.gov.service.previous_service_identity";
19 }
20}
Definition app_interface.h:15
ccf::kv::ValueSerialisedWith< V, ccf::kv::serialisers::JsonSerialiser, ccf::kv::serialisers::ZeroBlitUnitCreator > ServiceValue
Definition map.h:28
ServiceValue< ccf::crypto::Pem > PreviousServiceIdentity
Definition previous_service_identity.h:13