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 */);