pub type EarliestStoredSession<T: Config> = StorageValue<_GeneratedPrefixForStorageEarliestStoredSession<T>, SessionIndex, ValueQuery>;Expand description
The earliest session for which previous session info is stored.
Storage type is [StorageValue] with value type SessionIndex.
Aliased Type§
pub struct EarliestStoredSession<T: Config>(/* private fields */);