pub type AnnouncedHrmpMessagesPerCandidate<T: Config> = StorageValue<_GeneratedPrefixForStorageAnnouncedHrmpMessagesPerCandidate<T>, u32, ValueQuery>;
Expand description

The number of HRMP messages we observed in on_initialize and thus used that number for announcing the weight of on_initialize and on_finalize.

Storage type is [StorageValue] with value type u32.

Aliased Type§

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