IndexerWorkerDomainWithStats: {
    getStats(account: string): Promise<AccountStats<any>>;
    getTimeSeriesStats(account: string, type: string, filters: AccountStatsFilters): Promise<AccountTimeSeriesStats<any>>;
    updateStats(account: string, now: number): Promise<void>;
}

Describes an indexer worker domain, capable of stats processing.

Type declaration

Generated using TypeDoc