The type of the account stats being aggregated.
The account address.
Optional
aggregate?: ((args: AccountAggregatorFnArgs) => Promise<V>)The function to aggregate the account stats from the time series.
The arguments to be passed to the aggregator.
The blockchain that this aggregator uses.
A list of time series stats aggregators that use the same input stream of given account.
The type of events/entities that this aggregator processes.
Generated using TypeDoc
Configuration for an account stats aggregator.