pub type CurrentSessionIndex<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentSessionIndex<T>, SessionIndex, ValueQuery>;Expand description
The current session index.
Storage type is [StorageValue] with value type SessionIndex.
Aliased Type§
struct CurrentSessionIndex<T: Config>(/* private fields */);