Registry / networking / pallet-xcm

pallet-xcm

JSON →
library28.0.0rscratesunverified

A Substrate pallet for handling XCM (Cross-Consensus Message) programs.

# Cargo.toml [dependencies] pallet-xcm = "28.0.0"
INSTALL
IMPORT
SIG · PALLET-XCM
P
pallet-xcm
networkingrustv28.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.

Pallet
use pallet_xcm::Pallet;

Minimal usage showing the Pallet struct, typically integrated into a Substrate runtime.

use pallet_xcm::Pallet; fn main() { // Pallet is typically used within a Substrate runtime configuration // Example: impl pallet_xcm::Config for Runtime { ... } println!("XCM pallet ready"); }
Debug
Known issues
gotchaRequires Substrate runtime environment and specific configuration traits.
fix
Ensure you have a proper Substrate node setup and implement pallet_xcm::Config.
affects: >=28.0.0
Upgrade
Version history
28.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pallet-xcm — cargo add pallet-xcm · libregistry