CurrentIndex

Type Alias CurrentIndex 

Source
pub type CurrentIndex<T> = StorageValue<_GeneratedPrefixForStorageCurrentIndex<T>, SessionIndex, ValueQuery>;
Expand description

Current index of the session.

Storage type is StorageValue with value type SessionIndex.

Aliased Typeยง

pub struct CurrentIndex<T>(/* private fields */);