Type Alias pallet_price_aggregator::pallet::CurrentBlockValues
source · pub type CurrentBlockValues<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentBlockValues<T>, BoundedVec<CurrencyAmount, T::MaxValuesPerBlock>, ValueQuery>;
Expand description
Storage for the accumulated native currency price in the current block.
Storage type is [StorageValue
] with value type BoundedVec < CurrencyAmount, T :: MaxValuesPerBlock >
.
Aliased Type§
struct CurrentBlockValues<T: Config>(/* private fields */);