pub type AggregatedUnincludedSegment<T: Config> = StorageValue<_GeneratedPrefixForStorageAggregatedUnincludedSegment<T>, SegmentTracker<T::Hash>, OptionQuery>;
Expand description

Storage field that keeps track of bandwidth used by the unincluded segment along with the latest HRMP watermark. Used for limiting the acceptance of new blocks with respect to relay chain constraints.

Storage type is [StorageValue] with value type SegmentTracker < T :: Hash >.

Aliased Type§

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