referrerpolicy=no-referrer-when-downgrade

CurrentRingIndex

Type Alias CurrentRingIndex 

Source
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§

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