CCF/include/ccf/js_openenclave_plugin.h

10 строки
205 B
C++

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache 2.0 License.
#pragma once
#include "ccf/js_plugin.h"
namespace ccf::js
{
extern FFIPlugin openenclave_plugin;
}