Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
loader.hpp File Reference
#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< booldcn::deployFeature (EVM &evm, Registry &registry, FeatureRecord feature)
 
asio::awaitable< booldcn::deployTransformation (EVM &evm, Registry &registry, TransformationRecord transformation)
 
asio::awaitable< booldcn::loadStoredTransformations (EVM &evm, Registry &registry)
 
asio::awaitable< booldcn::loadStoredFeatures (EVM &evm, Registry &registry)