Type Alias cumulus_pallet_parachain_system::pallet::DidSetValidationCode
source · pub type DidSetValidationCode<T: Config> = StorageValue<_GeneratedPrefixForStorageDidSetValidationCode<T>, bool, ValueQuery>;
Expand description
Were the validation data set to notify the relay chain?
Storage type is [StorageValue
] with value type bool
.
Aliased Type§
struct DidSetValidationCode<T: Config>(/* private fields */);