Interface EntityStore<Id, V>

Store of tagged entity triples and processed transaction Ids.

interface EntityStore {
    tx: MaybeAsyncAppendOnlySetBatch<Id>;
    store(type?): TripleStore<Id, V>;
}

Type Parameters

  • Id

  • V

Hierarchy

Implemented by

Properties

Methods

Properties

Set of transaction (event) Ids processed by this store.

Methods

Generated using TypeDoc