pub type CurrentSession<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentSession<T>, SessionIndex, ValueQuery>;
Expand description

stores the current session index

Storage type is [StorageValue] with value type SessionIndex.

Aliased Type§

struct CurrentSession<T: Config>(PhantomData<(_GeneratedPrefixForStorageCurrentSession<T>, u32, ValueQuery, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageCurrentSession<T>, u32, ValueQuery, GetDefault)>