pallet_domains

Type Alias BlockInherentExtrinsicData

Source
pub type BlockInherentExtrinsicData<T> = StorageValue<_GeneratedPrefixForStorageBlockInherentExtrinsicData<T>, InherentExtrinsicData>;
Expand description

Combined fraud proof data for the InvalidInherentExtrinsic fraud proof

Storage type is [StorageValue] with value type InherentExtrinsicData.

Aliased Typeยง

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