Type Alias pallet_session::pallet::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§
struct CurrentIndex<T>(PhantomData<(_GeneratedPrefixForStorageCurrentIndex<T>, u32, ValueQuery, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageCurrentIndex<T>, u32, ValueQuery, GetDefault)>