Hierarchy

Constructors

Properties

#updates$: Subject<Utxo[]> = ...
destroyed: boolean = false
docs: Utxo[] = []
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