Type Alias cumulus_pallet_parachain_system::pallet::UnincludedSegment
source · pub type UnincludedSegment<T: Config> = StorageValue<_GeneratedPrefixForStorageUnincludedSegment<T>, Vec<Ancestor<T::Hash>>, ValueQuery>;
Expand description
Latest included block descendants the runtime accepted. In other words, these are ancestors of the currently executing block which have not been included in the observed relay-chain state.
The segment length is limited by the capacity returned from the ConsensusHook
configured
in the pallet.
Storage type is [StorageValue
] with value type Vec < Ancestor < T :: Hash > >
.
Aliased Type§
struct UnincludedSegment<T: Config>(/* private fields */);