referrerpolicy=no-referrer-when-downgrade

Type Alias snowbridge_pallet_system::pallet::Channels

source ·
pub type Channels<T: Config> = StorageMap<_GeneratedPrefixForStorageChannels<T>, Twox64Concat, ChannelId, Channel, OptionQuery>;
Expand description

The set of registered channels

Storage type is [StorageMap] with key type ChannelId and value type Channel.

Aliased Type§

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