Module exocore_store::local[][src]

Structs

EntityIndex

Manages and index entities and their traits stored in the chain and pending store of the chain layer. The index accepts mutations from the chain layer through its event stream, and manages both indices to be consistent.

EntityIndexConfig

Configuration of the entities index

Store

Locally persisted entities store allowing mutation and queries on entities and their traits.

StoreConfig

Configuration for Store.

StoreHandle

Handle to the store, allowing communication to the store asynchronously