CCF
Loading...
Searching...
No Matches
network_state.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 "identity.h"
6#include "ledger_secrets.h"
8
9namespace ccf
10{
12 {
13 std::unique_ptr<NetworkIdentity> identity;
14 std::shared_ptr<LedgerSecrets> ledger_secrets;
15
16 NetworkState() = default;
17 };
18}
Definition app_interface.h:14
Definition network_state.h:12
NetworkState()=default
std::shared_ptr< LedgerSecrets > ledger_secrets
Definition network_state.h:14
std::unique_ptr< NetworkIdentity > identity
Definition network_state.h:13
Definition network_tables.h:46