Class DefaultEntityStore<Id, V>

Default implementation of EntityStore.

Type Parameters

  • Id

  • V

Implements

Constructors

Properties

Methods

Constructors

Properties

provider: ((type) => TripleStore<Id, V>) = ...

Type declaration

stores: Map<string, TripleStore<Id, V>> = ...

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

Methods

Generated using TypeDoc