Type Alias cumulus_pallet_parachain_system::pallet::UpgradeGoAhead
source · pub type UpgradeGoAhead<T: Config> = StorageValue<_GeneratedPrefixForStorageUpgradeGoAhead<T>, Option<UpgradeGoAhead>, ValueQuery>;
Expand description
Optional upgrade go-ahead signal from the relay-chain.
This storage item is a mirror of the corresponding value for the current parachain from the relay-chain. This value is ephemeral which means it doesn’t hit the storage. This value is set after the inherent.
Storage type is [StorageValue
] with value type Option < relay_chain :: UpgradeGoAhead >
.
Aliased Type§
struct UpgradeGoAhead<T: Config>(/* private fields */);