Type Alias pallet_distance::pallet::CurrentPeriodIndex

source ·
pub(crate) type CurrentPeriodIndex<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentPeriodIndex<T>, u32, ValueQuery>;
Expand description

The current evaluation period index.

Storage type is [StorageValue] with value type u32.

Aliased Type§

struct CurrentPeriodIndex<T: Config>(/* private fields */);