Type Alias pallet_price_aggregator::pallet::IntermediateValueAggregator
source · 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 */);