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
sqlite_registry_store.cpp File Reference
#include <algorithm>
#include <array>
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <limits>
#include <memory>
#include <optional>
#include <string_view>
#include <stdexcept>
#include <string>
#include <evmc/hex.hpp>
#include <spdlog/spdlog.h>
#include <sqlite3.h>
#include "sqlite/statement.hpp"
#include "sqlite/exec.hpp"
#include "sqlite_registry_store.hpp"

Namespaces

namespace  dcn
 
namespace  dcn::registry
 
namespace  dcn::parse
 

Functions

Result< registry::NameCursordcn::parse::parseNameCursor (const std::string &name_token)
 
Result< evmc::bytes32 > dcn::parse::parseFormatCursorHex (const std::string &cursor_token)