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

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

Aliased Type§

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