AppleSauce
    Preparing search index...

    Type Alias AddressLoaderOptions

    AddressLoaderOptions: Partial<
        {
            bufferSize: number;
            bufferTime: number;
            cacheRequest: CacheRequest;
            eventStore: IEventStore;
            extraRelays: string[]
            | Observable<string[]>;
            followRelayHints: boolean;
            lookupRelays: string[] | Observable<string[]>;
        },
    >