Registry / other / staging-xcm-executor

staging-xcm-executor

JSON →
library27.0.0rscratesunverified

An abstract and configurable XCM message executor for Polkadot/Substrate.

# Cargo.toml [dependencies] staging-xcm-executor = "27.0.0"
INSTALL
IMPORT
SIG · STAGING-XCM-EXECUT
S
staging-xcm-executor
otherrustv27.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Config
use staging_xcm_executor::Config;

Define a configuration for the XCM executor.

use staging_xcm_executor::Config; struct MyConfig; impl Config for MyConfig { type RuntimeCall = (); type XcmSender = (); // ... other required types } fn main() { println!("XCM executor config defined"); }
Debug
Known issues
gotchaThis crate is part of the Polkadot SDK and requires a Substrate runtime; not standalone.
fix
Use within a Substrate-based blockchain project with proper runtime types.
affects: >=27.0.0
Upgrade
Version history
27.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
staging-xcm-executor — cargo add staging-xcm-executor · libregistry