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>(/* private fields */);