Type Alias collectives_westend_integration_tests::v3::Location
source · pub type Location = MultiLocation;
Expand description
Type alias for a better transition to V4.
Aliased Type§
struct Location {
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.