pub type ValidationData<T: Config> = StorageValue<_GeneratedPrefixForStorageValidationData<T>, PersistedValidationData>;Expand description
The [PersistedValidationData] set for this block.
This value is expected to be set only once by the Pallet::set_validation_data inherent.
Storage type is [StorageValue] with value type PersistedValidationData.
Aliased Type§
struct ValidationData<T: Config>(/* private fields */);