referrerpolicy=no-referrer-when-downgrade

Xcm

Type Alias Xcm 

pub type Xcm = Xcm<()>;
Expand description

The basic concrete type of Xcm, which doesn’t make any assumptions about the format of a call other than it is pre-encoded.

Aliased Type§

pub struct Xcm(pub Vec<Instruction<()>>);

Tuple Fields§

§0: Vec<Instruction<()>>