IndexerMainDomainWithStats: {
    getAccountStats(blockchainId: Blockchain, accounts: string[]): Promise<AccountStats<any>[]>;
    getAccountTimeSeriesStats(blockchainId: Blockchain, accounts: string[], type: string, filters: AccountStatsFilters): Promise<AccountTimeSeriesStats<any>[]>;
    updateStats(now: number): Promise<void>;
}

Describes the main indexer domain class capable of calculating stats.

Type declaration

Generated using TypeDoc