pub type HrmpOpenChannelRequestsList<T: Config> = StorageValue<_GeneratedPrefixForStorageHrmpOpenChannelRequestsList<T>, Vec<HrmpChannelId>, ValueQuery>;
Expand description

Storage type is [StorageValue] with value type Vec < HrmpChannelId >.

Aliased Type§

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