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::storage::Registry Member List

This is the complete list of members for dcn::storage::Registry, including all inherited members.

add(chain::Address address, ConnectorRecord connector)dcn::storage::Registry
add(chain::Address address, TransformationRecord transformation)dcn::storage::Registry
add(chain::Address address, ConditionRecord condition)dcn::storage::Registry
addCondition(chain::Address address, ConditionRecord condition)dcn::storage::Registry
addConditionsBatch(std::vector< std::pair< chain::Address, ConditionRecord > > conditions, bool all_or_nothing=true)dcn::storage::Registry
addConnector(chain::Address address, ConnectorRecord connector)dcn::storage::Registry
addConnectorsBatch(std::vector< std::pair< chain::Address, ConnectorRecord > > connectors, bool all_or_nothing=true)dcn::storage::Registry
addTransformation(chain::Address address, TransformationRecord transformation)dcn::storage::Registry
addTransformationsBatch(std::vector< std::pair< chain::Address, TransformationRecord > > transformations, bool all_or_nothing=true)dcn::storage::Registry
checkpointWal(WalCheckpointMode mode) constdcn::storage::Registry
getConditionRecordHandle(const std::string &name) constdcn::storage::Registry
getConnectorRecordHandle(const std::string &name) constdcn::storage::Registry
getFormatConnectorNamesCount(const evmc::bytes32 &format_hash) constdcn::storage::Registry
getFormatConnectorNamesCursor(const evmc::bytes32 &format_hash, const std::optional< NameCursor > &after, std::size_t limit) constdcn::storage::Registry
getFormatHash(const std::string &name) constdcn::storage::Registry
getOwnedConditionsCursor(const chain::Address &owner, const std::optional< NameCursor > &after, std::size_t limit) constdcn::storage::Registry
getOwnedConnectorsCursor(const chain::Address &owner, const std::optional< NameCursor > &after, std::size_t limit) constdcn::storage::Registry
getOwnedTransformationsCursor(const chain::Address &owner, const std::optional< NameCursor > &after, std::size_t limit) constdcn::storage::Registry
getScalarLabelsByFormatHash(const evmc::bytes32 &format_hash) constdcn::storage::Registry
getTransformationRecordHandle(const std::string &name) constdcn::storage::Registry
hasCondition(const std::string &name) constdcn::storage::Registry
hasConnector(const std::string &name) constdcn::storage::Registry
hasTransformation(const std::string &name) constdcn::storage::Registry
operator=(const Registry &)=deletedcn::storage::Registry
Registry()=deletedcn::storage::Registry
Registry(asio::io_context &io_context, std::string sqlite_path=":memory:")dcn::storage::Registry
Registry(const Registry &)=deletedcn::storage::Registry
~Registry()=defaultdcn::storage::Registry