UNPKG

@parity/light.js

Version:

A high-level reactive JS library optimized for light clients

22 lines (21 loc) 858 B
import * as other from './other'; import * as time from './time'; declare const frequency: { onEverySecond$: typeof time.onEverySecond$; onEvery2Seconds$: typeof time.onEvery2Seconds$; onEvery5Seconds$: typeof time.onEvery5Seconds$; onStartup$: typeof other.onStartup$; onSyncingChanged$( options?: import('..').FrequencyObservableOptions | undefined ): import('rxjs').Observable<false | object>; onEveryBlock$( options?: import('..').FrequencyObservableOptions | undefined ): import('rxjs').Observable<import('..').Block>; onAccountsChanged$( options?: import('..').FrequencyObservableOptions | undefined ): import('rxjs').Observable<string[]>; onAccountsInfoChanged$( options?: import('..').FrequencyObservableOptions | undefined ): import('rxjs').Observable<import('..').AccountsInfo>; }; export default frequency;