Type Definition pallet_session::historical::pallet::StoredRange
source · pub type StoredRange<T> = StorageValue<_GeneratedPrefixForStorageStoredRange<T>, (SessionIndex, SessionIndex), OptionQuery>;
Expand description
The range of historical sessions we store. [first, last)