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