pub fn open_bridge_with_storage<Runtime, XcmOverBridgePalletInstance>(
locations: BridgeLocations,
lane_id: LaneIdOf<Runtime, XcmOverBridgePalletInstance>,
)where
Runtime: Config<XcmOverBridgePalletInstance>,
XcmOverBridgePalletInstance: 'static,Expand description
Utility for opening bridge directly inserting data to the pallet_xcm_bridge_hub’s storage
(used only for legacy purposes).