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 per block and it’s never stored in the trie.

Storage type is [StorageValue] with value type PersistedValidationData.

Aliased Type§

struct ValidationData<T: Config>(/* private fields */);