Type Alias 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)

Storage type is [StorageValue] with value type (SessionIndex, SessionIndex).

Aliased Type§

struct StoredRange<T>(/* private fields */);