Type Definition pallet_price_oracle::pallet::PriceDataHundred
source · pub type PriceDataHundred<T: Config> = StorageMap<_GeneratedPrefixForStoragePriceDataHundred<T>, Twox64Concat, AssetPairId, BucketQueue, ValueQuery>;
Expand description
The last ten average values corresponding to the last hundred blocks. Each average value corresponds to an interval of length ten blocks.