Type Alias pallet_domains::DomainRuntimeUpgrades

source ·
pub type DomainRuntimeUpgrades<T> = StorageValue<_GeneratedPrefixForStorageDomainRuntimeUpgrades<T>, Vec<RuntimeId>, ValueQuery>;
Expand description

Temporary storage keep track of domain runtime upgrade happen in the current block, cleared in the next block initialization.

Storage type is [StorageValue] with value type Vec < RuntimeId >.

Aliased Type§

struct DomainRuntimeUpgrades<T>(/* private fields */);