#include <fstream>
#include "native.h"
#include <asio.hpp>
#include <spdlog/spdlog.h>
#include "pt.hpp"
#include "parser.hpp"
#include "file.hpp"
#include "evm.hpp"
Go to the source code of this file.
Namespaces | |
namespace | dcn |
Functions | |
asio::awaitable< bool > | dcn::deployFeature (EVM &evm, Registry ®istry, FeatureRecord feature) |
asio::awaitable< bool > | dcn::deployTransformation (EVM &evm, Registry ®istry, TransformationRecord transformation) |
asio::awaitable< bool > | dcn::loadStoredTransformations (EVM &evm, Registry ®istry) |
asio::awaitable< bool > | dcn::loadStoredFeatures (EVM &evm, Registry ®istry) |