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 */);