Type Definition pallet_staking::CurrentPlannedSession[][src]

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.