Type Alias cumulus_pallet_parachain_system::pallet::ProcessedDownwardMessages
source · pub type ProcessedDownwardMessages<T: Config> = StorageValue<_GeneratedPrefixForStorageProcessedDownwardMessages<T>, u32, ValueQuery>;
Expand description
Number of downward messages processed in a block.
This will be cleared in on_initialize
of each new block.
Storage type is [StorageValue
] with value type u32
.
Aliased Type§
struct ProcessedDownwardMessages<T: Config>(/* private fields */);