referrerpolicy=no-referrer-when-downgrade

Bridges

Type Alias Bridges 

Source
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§

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