Type Alias bridge_hub_rococo_runtime::XcmOverPolkadotBulletinConfig
source · pub type XcmOverPolkadotBulletinConfig = GenesisConfig<Runtime, Instance2>;
Aliased Type§
struct XcmOverPolkadotBulletinConfig {
pub opened_bridges: Vec<(Location, Junctions, Option<LegacyLaneId>)>,
pub _phantom: PhantomData<(Runtime, Instance2)>,
}
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, Instance2)>
Dummy marker.