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.cpp File Reference
#include "loader.hpp"

Namespaces

namespace  dcn
 
namespace  dcn::loader
 

Functions

asio::awaitable< std::expected< evm::Address, evm::DeployError > > dcn::loader::deployParticle (evm::EVM &evm, registry::Registry &registry, ParticleRecord particle, const std::filesystem::path &storage_path)
 
asio::awaitable< std::expected< evm::Address, evm::DeployError > > dcn::loader::deployFeature (evm::EVM &evm, registry::Registry &registry, FeatureRecord feature, const std::filesystem::path &storage_path)
 
asio::awaitable< std::expected< evm::Address, evm::DeployError > > dcn::loader::deployTransformation (evm::EVM &evm, registry::Registry &registry, TransformationRecord transformation, const std::filesystem::path &storage_path)
 
asio::awaitable< std::expected< evm::Address, evm::DeployError > > dcn::loader::deployCondition (evm::EVM &evm, registry::Registry &registry, ConditionRecord condition, const std::filesystem::path &storage_path)
 
asio::awaitable< bool > dcn::loader::loadStoredParticles (evm::EVM &evm, registry::Registry &registry, const std::filesystem::path &storage_path)
 
asio::awaitable< bool > dcn::loader::loadStoredFeatures (evm::EVM &evm, registry::Registry &registry, const std::filesystem::path &storage_path)
 
asio::awaitable< bool > dcn::loader::loadStoredTransformations (evm::EVM &evm, registry::Registry &registry, const std::filesystem::path &storage_path)
 
asio::awaitable< bool > dcn::loader::loadStoredConditions (evm::EVM &evm, registry::Registry &registry, const std::filesystem::path &storage_path)