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