AccountAggregatorFnArgs: {
    account: string;
    now: number;
    timeSeriesDAL: StatsTimeSeriesStorage;
}

Arguments to aggregate account stats.

Type declaration

  • account: string

    The account address.

  • now: number

    The timestamp of the current block.

  • timeSeriesDAL: StatsTimeSeriesStorage

    The entity storage for time series stats.

Generated using TypeDoc