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