CCF
Loading...
Searching...
No Matches
js_generic_base.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/app_interface.h"
6
7#include <memory>
8
9namespace ccf
10{
11 std::unique_ptr<ccf::endpoints::EndpointRegistry> make_user_endpoints_impl(
13}
Definition app_interface.h:15
std::unique_ptr< ccf::endpoints::EndpointRegistry > make_user_endpoints_impl(ccf::AbstractNodeContext &context)
Definition js_generic_base.cpp:796
Definition node_context.h:12