Type Alias xcm_simulator::opaque::InteriorLocation
pub type InteriorLocation = Junctions;
Expand description
A relative location which is constrained to be an interior location of the context.
See also Location
.
Aliased Type§
enum InteriorLocation {
Here,
X1(Arc<[Junction; 1]>),
X2(Arc<[Junction; 2]>),
X3(Arc<[Junction; 3]>),
X4(Arc<[Junction; 4]>),
X5(Arc<[Junction; 5]>),
X6(Arc<[Junction; 6]>),
X7(Arc<[Junction; 7]>),
X8(Arc<[Junction; 8]>),
}
Variants§
Here
The interpreting consensus system.
X1(Arc<[Junction; 1]>)
A relative path comprising 1 junction.
X2(Arc<[Junction; 2]>)
A relative path comprising 2 junctions.
X3(Arc<[Junction; 3]>)
A relative path comprising 3 junctions.
X4(Arc<[Junction; 4]>)
A relative path comprising 4 junctions.
X5(Arc<[Junction; 5]>)
A relative path comprising 5 junctions.
X6(Arc<[Junction; 6]>)
A relative path comprising 6 junctions.
X7(Arc<[Junction; 7]>)
A relative path comprising 7 junctions.
X8(Arc<[Junction; 8]>)
A relative path comprising 8 junctions.