Type Alias assets_common::MultiLocationForAssetId
source · pub type MultiLocationForAssetId = MultiLocation;Expand description
AssetId used for identifying assets by MultiLocation.
Aliased Type§
struct MultiLocationForAssetId {
pub parents: u8,
pub interior: Junctions,
}Fields§
§parents: u8The number of parent junctions at the beginning of this MultiLocation.
interior: JunctionsThe interior (i.e. non-parent) junctions that this MultiLocation contains.