referrerpolicy=no-referrer-when-downgrade
frame_system::pallet

Type Alias 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 */);