pub type ForeignAssetsAssetId = Location;Aliased Type§
struct ForeignAssetsAssetId {
pub parents: u8,
pub interior: Junctions,
}Fields§
§parents: u8The number of parent junctions at the beginning of this Location.
interior: JunctionsThe interior (i.e. non-parent) junctions that this Location contains.