Type Alias pallet_bridge_messages::pallet::OutboundLanes
source · pub type OutboundLanes<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageOutboundLanes<T, I>, Blake2_128Concat, T::LaneId, OutboundLaneData, OptionQuery, GetDefault, GetDefault>;
Expand description
Map of lane id => outbound lane data.
Storage type is [StorageMap
] with key type T :: LaneId
and value type OutboundLaneData
.
Aliased Type§
struct OutboundLanes<T: Config<I>, I: 'static = ()>(/* private fields */);