pub type DomainRuntimeUpgrades<T> = StorageValue<_GeneratedPrefixForStorageDomainRuntimeUpgrades<T>, Vec<RuntimeId>, ValueQuery>;Expand description
Temporary storage to keep track of domain runtime upgrades which happened in the parent block. Cleared in the current block’s initialization.
Storage type is [StorageValue] with value type Vec < RuntimeId >.
Aliased Type§
pub struct DomainRuntimeUpgrades<T>(/* private fields */);