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: u8

The number of parent junctions at the beginning of this MultiLocation.

§interior: Junctions

The interior (i.e. non-parent) junctions that this MultiLocation contains.