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
registry.cpp File Reference
#include <cstdint>
#include <cstdlib>
#include <limits>
#include <memory>
#include <string_view>
#include <type_traits>
#include <utility>
#include <vector>
#include <evmc/hex.hpp>
#include "registry.hpp"
#include "sqlite_registry_store.hpp"
#include "utils.hpp"

Namespaces

namespace  dcn
 
namespace  dcn::storage
 

Variable Documentation

◆ connector_cache

absl::flat_hash_map<std::string, Connector> connector_cache

◆ pending_connector

const Connector& pending_connector

◆ staged_connectors

const absl::flat_hash_map<std::string, Connector>* staged_connectors = nullptr

◆ store

const IRegistryStore& store