Type Alias pallet_xcm_bridge_hub::pallet::Bridges
source · pub type Bridges<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageBridges<T, I>, Identity, BridgeId, BridgeOf<T, I>>;
Expand description
All registered bridges.
Storage type is [StorageMap
] with key type BridgeId
and value type BridgeOf < T, I >
.
Aliased Type§
struct Bridges<T: Config<I>, I: 'static = ()>(/* private fields */);