Type Alias emulated_integration_tests_common::macros::V3Location
pub type V3Location = MultiLocation;
Expand description
Type alias for a better transition to V4.
Aliased Type§
struct V3Location {
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.