Type Definition cumulus_pallet_parachain_system::consensus_hook::RequireParentIncluded
source · pub type RequireParentIncluded = FixedCapacityUnincludedSegment<1>;
Expand description
A fixed-capacity unincluded segment hook, which requires that the parent block is included prior to the current block being authored.
This is a simple type alias around a fixed-capacity unincluded segment with a size of 1.