pub type Bridges<T: Config> = StorageMap<_GeneratedPrefixForStorageBridges<T>, Blake2_128Concat, BridgeId, BridgeDetails, OptionQuery>;Expand description
Storage type is [StorageMap] with key type BridgeId and value type BridgeDetails.
Aliased Typeยง
struct Bridges<T: Config>(/* private fields */);