Type Alias bridge_hub_westend_runtime::XcmOverBridgeHubRococoConfig
source · pub type XcmOverBridgeHubRococoConfig = GenesisConfig<Runtime, Instance1>;
Aliased Type§
struct XcmOverBridgeHubRococoConfig {
pub opened_bridges: Vec<(Location, Junctions, Option<LegacyLaneId>)>,
pub _phantom: PhantomData<(Runtime, Instance1)>,
}
Fields§
§opened_bridges: Vec<(Location, Junctions, Option<LegacyLaneId>)>
Opened bridges.
Keep in mind that we are NOT reserving any amount for the bridges opened at genesis. We are NOT opening lanes, used by this bridge. It all must be done using other pallets genesis configuration or some other means.
_phantom: PhantomData<(Runtime, Instance1)>
Dummy marker.