Expand description
Procedural macros used in XCM.
Macros§
- impl_
conversion_ functions_ for_ junctions_ v3 - impl_
conversion_ functions_ for_ junctions_ v4 - impl_
conversion_ functions_ for_ junctions_ v5 - impl_
conversion_ functions_ for_ location_ v4 - impl_
conversion_ functions_ for_ location_ v5 - impl_
conversion_ functions_ for_ multilocation_ v3
Derive Macros§
- Builder
- This is called on the
Instruction
enum, not on theXcm
struct, and allows for the following syntax for building XCMs: let message = Xcm::builder() .withdraw_asset(assets) .buy_execution(fees, weight_limit) .deposit_asset(assets, beneficiary) .build(); - NumVariants
- XcmWeight
Info Trait