referrerpolicy=no-referrer-when-downgrade

LaneToBridge

Type Alias 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§

pub struct LaneToBridge<T: Config<I>, I: 'static = ()>(/* private fields */);