CCF
Loading...
Searching...
No Matches
rpc.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/rpc_context.h"
7
9{
18 {
19 public:
21
23
24 void install(js::core::Context& ctx) override;
25 };
26}
Describes the currently executing RPC.
Definition rpc_context.h:58
Definition context.h:46
Definition extension_interface.h:16
RpcExtension(ccf::RpcContext *rc)
Definition rpc.h:22
void install(js::core::Context &ctx) override
Definition rpc.cpp:104
ccf::RpcContext * rpc_ctx
Definition rpc.h:20
Definition consensus.h:9