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§
struct HrmpWatermark<T: Config>(/* private fields */);