referrerpolicy=no-referrer-when-downgrade

LastRuntimeUpgrade

Type Alias LastRuntimeUpgrade 

pub type LastRuntimeUpgrade<T>
where T: Config,
= StorageValue<_GeneratedPrefixForStorageLastRuntimeUpgrade<T>, LastRuntimeUpgradeInfo>;
Expand description

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

Storage type is [StorageValue] with value type LastRuntimeUpgradeInfo.

Aliased Type§

pub struct LastRuntimeUpgrade<T>(/* private fields */)
where
    T: Config;