CCF
Loading...
Searching...
No Matches
network.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
9{
19 {
20 public:
23
28
29 void install(js::core::Context& ctx) override;
30 };
31}
Definition context.h:46
Definition extension_interface.h:16
ccf::kv::Tx * tx
Definition network.h:22
ccf::NetworkState * network_state
Definition network.h:21
void install(js::core::Context &ctx) override
Definition network.cpp:181
NetworkExtension(ccf::NetworkState *ns, ccf::kv::Tx *t)
Definition network.h:24
Definition tx.h:201
Definition consensus.h:9
Definition network_state.h:12