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
dcn::registry Namespace Reference

Classes

struct  ConditionBatchItem
 
struct  ConnectorBatchItem
 
class  IRegistryStore
 
struct  LruCache
 
struct  NameCursorPage
 
class  Registry
 
class  SQLiteRegistryStore
 
struct  TransformationBatchItem
 

Typedefs

using ScalarLabel = dcn::chain::ScalarLabel
 
using ConnectorRecordHandle = std::shared_ptr< const ConnectorRecord >
 
using TransformationRecordHandle = std::shared_ptr< const TransformationRecord >
 
using ConditionRecordHandle = std::shared_ptr< const ConditionRecord >
 
using NameCursor = std::string
 

Functions

std::string serializeNameCursor (const NameCursor &cursor)
 

Typedef Documentation

◆ ConditionRecordHandle

using dcn::registry::ConditionRecordHandle = typedef std::shared_ptr<const ConditionRecord>

◆ ConnectorRecordHandle

using dcn::registry::ConnectorRecordHandle = typedef std::shared_ptr<const ConnectorRecord>

◆ NameCursor

using dcn::registry::NameCursor = typedef std::string

◆ ScalarLabel

◆ TransformationRecordHandle

using dcn::registry::TransformationRecordHandle = typedef std::shared_ptr<const TransformationRecord>

Function Documentation

◆ serializeNameCursor()

std::string dcn::registry::serializeNameCursor ( const NameCursor cursor)
inline