Applesauce
    Preparing search index...

    The pair of observables returned when a sync loader is called

    type SyncLoaderResult = {
        events$: Observable<NostrEvent>;
        status$: Observable<SyncLoaderStatus>;
    }
    Index

    Properties

    Properties

    The deduplicated events streamed from all relays. Completes when the load is done

    A full status snapshot emitted on every status change. Completes when the load is done