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ยง
pub struct StoredRange<T>(/* private fields */);