Type Alias pallet_staking::CurrentPlannedSession
source · pub type CurrentPlannedSession<T> = StorageValue<_GeneratedPrefixForStorageCurrentPlannedSession<T>, SessionIndex, ValueQuery>;
Expand description
The last planned session scheduled by the session pallet.
This is basically in sync with the call to pallet_session::SessionManager::new_session
.
Storage type is [StorageValue
] with value type SessionIndex
.
Aliased Type§
struct CurrentPlannedSession<T>(/* private fields */);