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ยง
pub struct BlockInherentExtrinsicData<T>(/* private fields */);