pub type CurrentRingIndex<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentRingIndex<T>, u32, ValueQuery>;Expand description
Keeps track of the ring index currently being populated.
Storage type is [StorageValue] with value type u32.
Aliased Type§
struct CurrentRingIndex<T: Config>(/* private fields */);