referrerpolicy=no-referrer-when-downgrade

Type Alias cumulus_pallet_parachain_system::pallet::HrmpWatermark

source ·
pub type HrmpWatermark<T: Config> = StorageValue<_GeneratedPrefixForStorageHrmpWatermark<T>, BlockNumber, ValueQuery>;
Expand description

HRMP watermark that was set in a block.

This will be cleared in on_initialize of each new block.

Storage type is [StorageValue] with value type relay_chain :: BlockNumber.

Aliased Type§

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