Type Alias frame_system::pallet::LastRuntimeUpgrade
source · pub type LastRuntimeUpgrade<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§
struct LastRuntimeUpgrade<T: Config>(/* private fields */);