Type Alias HistoricalSessions

HistoricalSessions: StorageDescriptor<
    [Key: number],
    [FixedSizeBinary<32>, number],
    true,
    never,
>

Mapping from historical session indices to session-data root hash and validator count.