Re-exports§
pub use traits::RecordXcm;
Modules§
- traits
- Various traits used in configuring the executor.
Structs§
- Assets
InHolding - Map of non-wildcard fungible and non-fungible assets held in the holding register.
- Executor
Error - Fees
Mode - A struct to specify how fees are being paid.
- Weighed
Message - XcmExecutor
- The XCM executor.
Constants§
- RECURSION_
LIMIT - The maximum recursion depth allowed when executing nested XCM instructions.
Traits§
- Config
- The trait to parameterize the
XcmExecutor
.