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