CCF
Loading...
Searching...
No Matches
gov_effects.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
6#include "ccf/tx.h"
7
9{
22 {
23 public:
25
27
28 void install(js::core::Context& ctx) override;
29 };
30}
Definition context.h:46
Definition extension_interface.h:16
Definition gov_effects.h:22
GovEffectsExtension(ccf::kv::Tx *t)
Definition gov_effects.h:26
ccf::kv::Tx * tx
Definition gov_effects.h:24
void install(js::core::Context &ctx) override
Definition gov_effects.cpp:228
Definition tx.h:201
Definition consensus.h:9