Type Alias ReplaceableLoaderOptions

ReplaceableLoaderOptions: {
    bufferTime?: number;
    cacheRequest?: CacheRequest;
    lookupRelays?: string[];
}

Type declaration

  • OptionalbufferTime?: number

    Time interval to buffer requests in ms

    1000
    
  • OptionalcacheRequest?: CacheRequest

    A method used to load events from a local cache

  • OptionallookupRelays?: string[]

    Fallback lookup relays to check when event cant be found