referrerpolicy=no-referrer-when-downgrade

HrmpWatermark

Type Alias HrmpWatermark 

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

HRMP watermark that was set in a block.

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

Aliased Type§

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