Interface ReadonlyEntityStore<Id, V>

Readonly EntityStore.

interface ReadonlyEntityStore {
    tx: MaybeAsyncReadonlySetBatch<Id>;
    store(type?): ReadonlyTripleStore<Id, V>;
}

Type Parameters

  • Id

  • V

Hierarchy

Properties

Methods

Properties

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

Methods

Generated using TypeDoc