referrerpolicy=no-referrer-when-downgrade

PoVMessagesTracker

Type Alias PoVMessagesTracker 

Source
pub type PoVMessagesTracker<T: Config> = StorageValue<_GeneratedPrefixForStoragePoVMessagesTracker<T>, PoVMessages, OptionQuery>;
Expand description

Tracks cumulative UMP and HRMP messages sent across blocks in the current PoV.

Across different candidates/PoVs the budgets are tracked by AggregatedUnincludedSegment.

Storage type is [StorageValue] with value type PoVMessages.

Aliased Type§

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