Type Definition 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
.