pub type IntermediateValueAggregator<T: Config> = StorageValue<_GeneratedPrefixForStorageIntermediateValueAggregator<T>, ValueAggregator, ValueQuery>;Expand description
Used to store the aggregated processed block values during some time period.
Storage type is [StorageValue] with value type ValueAggregator.
Aliased Typeยง
struct IntermediateValueAggregator<T: Config>(/* private fields */);