Type Definition pallet_session::pallet::CurrentIndex
source · pub type CurrentIndex<T> = StorageValue<_GeneratedPrefixForStorageCurrentIndex<T>, SessionIndex, ValueQuery>;
Expand description
Current index of the session.
pub type CurrentIndex<T> = StorageValue<_GeneratedPrefixForStorageCurrentIndex<T>, SessionIndex, ValueQuery>;
Current index of the session.