Applesauce
    Preparing search index...

    Function createEventLoaderForStore

    • Creates a UnifiedEventLoader that will be used to load events that are not found in the store

      Parameters

      • store: IMissingEventLoader & (IEventStoreActions | IAsyncEventStoreActions)
      • pool: UpstreamPool
      • Optionalopts: Omit<
            Partial<
                Partial<
                    {
                        bufferSize: number;
                        bufferTime: number;
                        cacheRequest: CacheRequest;
                        eventStore?: IEventStoreActions
                        | IAsyncEventStoreActions
                        | null;
                        extraRelays: string[] | Observable<string[]>;
                        followRelayHints: boolean;
                    },
                > & Partial<
                    {
                        bufferSize: number;
                        bufferTime: number;
                        cacheRequest: CacheRequest;
                        eventStore?: IEventStoreActions
                        | IAsyncEventStoreActions
                        | null;
                        extraRelays: string[] | Observable<string[]>;
                        followRelayHints: boolean;
                        lookupRelays: string[] | Observable<string[]>;
                    },
                >,
            >,
            "eventStore",
        >

      Returns UnifiedEventLoader

      The created loader