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