This is the complete list of members for dcn::registry::IRegistryStore, including all inherited members.
| addCondition(const chain::Address &address, const ConditionRecord &record)=0 | dcn::registry::IRegistryStore | pure virtual |
| addConditionsBatch(const std::vector< ConditionBatchItem > &items, bool all_or_nothing=true)=0 | dcn::registry::IRegistryStore | pure virtual |
| addConnector(const chain::Address &address, const ConnectorRecord &record, const evmc::bytes32 &format_hash, const std::vector< ScalarLabel > &canonical_scalar_labels)=0 | dcn::registry::IRegistryStore | pure virtual |
| addConnectorsBatch(const std::vector< ConnectorBatchItem > &items, bool all_or_nothing=true)=0 | dcn::registry::IRegistryStore | pure virtual |
| addTransformation(const chain::Address &address, const TransformationRecord &record)=0 | dcn::registry::IRegistryStore | pure virtual |
| addTransformationsBatch(const std::vector< TransformationBatchItem > &items, bool all_or_nothing=true)=0 | dcn::registry::IRegistryStore | pure virtual |
| checkpointWal(storage::sqlite::WalCheckpointMode mode) const =0 | dcn::registry::IRegistryStore | pure virtual |
| getAccountsCount() const =0 | dcn::registry::IRegistryStore | pure virtual |
| getAccountsCursor(const std::optional< chain::Address > &after, std::size_t limit) const =0 | dcn::registry::IRegistryStore | pure virtual |
| getConditionRecordHandle(const std::string &name) const =0 | dcn::registry::IRegistryStore | pure virtual |
| getConnectorFormatHash(const std::string &name) const =0 | dcn::registry::IRegistryStore | pure virtual |
| getConnectorRecordHandle(const std::string &name) const =0 | dcn::registry::IRegistryStore | pure virtual |
| getFormatConnectorNamesCount(const evmc::bytes32 &format_hash) const =0 | dcn::registry::IRegistryStore | pure virtual |
| getFormatConnectorNamesCursor(const evmc::bytes32 &format_hash, const std::optional< NameCursor > &after, std::size_t limit) const =0 | dcn::registry::IRegistryStore | pure virtual |
| getFormatsCount() const =0 | dcn::registry::IRegistryStore | pure virtual |
| getFormatsCursor(const std::optional< evmc::bytes32 > &after, std::size_t limit) const =0 | dcn::registry::IRegistryStore | pure virtual |
| getOwnedConditionsCursor(const chain::Address &owner, const std::optional< NameCursor > &after, std::size_t limit) const =0 | dcn::registry::IRegistryStore | pure virtual |
| getOwnedConnectorsCursor(const chain::Address &owner, const std::optional< NameCursor > &after, std::size_t limit) const =0 | dcn::registry::IRegistryStore | pure virtual |
| getOwnedTransformationsCursor(const chain::Address &owner, const std::optional< NameCursor > &after, std::size_t limit) const =0 | dcn::registry::IRegistryStore | pure virtual |
| getScalarLabelsByFormatHash(const evmc::bytes32 &format_hash) const =0 | dcn::registry::IRegistryStore | pure virtual |
| getTransformationRecordHandle(const std::string &name) const =0 | dcn::registry::IRegistryStore | pure virtual |
| hasCondition(const std::string &name) const =0 | dcn::registry::IRegistryStore | pure virtual |
| hasConnector(const std::string &name) const =0 | dcn::registry::IRegistryStore | pure virtual |
| hasTransformation(const std::string &name) const =0 | dcn::registry::IRegistryStore | pure virtual |
| ~IRegistryStore()=default | dcn::registry::IRegistryStore | virtual |