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