Type Alias pallet_smith_members::pallet::CurrentSession
source · pub type CurrentSession<T: Config> = StorageValue<_GeneratedPrefixForStorageCurrentSession<T>, SessionIndex, ValueQuery>;
Expand description
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)>