AccountTimeSeriesStats<V>: {
    account: string;
    series: TimeSeries<V>;
    timeFrame: TimeFrame;
    type: string;
}

Time-series stats for the given account.

Type Parameters

  • V = any

    The type of the time series values.

Type declaration

  • account: string

    The account address.

  • series: TimeSeries<V>

    The time series.

  • timeFrame: TimeFrame

    The bucket size of the time series.

  • type: string

    The type of the time series.

Generated using TypeDoc