PouchDB database that implements CollectionStore. Supports sorting by custom document _id

Hierarchy

Constructors

Properties

#computeDocId: undefined | ComputePouchDbDocId<Utxo>
#updates$: Subject<Utxo[]> = ...
db: Database<Utxo>
dbName: string
destroyed: boolean = false
idle: Promise<void> = ...
logger: Logger
observeAll: (() => Observable<Utxo[]>)

Type declaration

    • (): Observable<Utxo[]>
    • Similar to getAll, but does not complete. Instead, emits every time the collection is updated (via this store object). Emits empty array when no documents are stored.

      Returns Observable<Utxo[]>

Methods

Generated using TypeDoc