Crate staging_xcm_executor

Source

Re-exports§

pub use traits::RecordXcm;

Modules§

traits
Various traits used in configuring the executor.

Structs§

AssetsInHolding
Map of non-wildcard fungible and non-fungible assets held in the holding register.
ExecutorError
FeesMode
A struct to specify how fees are being paid.
WeighedMessage
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.