Type Alias LastRuntimeUpgrade

LastRuntimeUpgrade: StorageDescriptor<
    [],
    { spec_name: string; spec_version: number },
    true,
    never,
>

Stores the spec_version and spec_name of when the last runtime upgrade happened.