pub type ValuesCircularBuffer<T: Config> = StorageValue<_GeneratedPrefixForStorageValuesCircularBuffer<T>, CircularBuffer<T::CircularBufferLength>, ValueQuery>;
Expand description

Used to store aggregated intermediate values for some time period.

Storage type is [StorageValue] with value type CircularBuffer < T :: CircularBufferLength >.

Aliased Type§

struct ValuesCircularBuffer<T: Config>(/* private fields */);