Add XCM documentation to the sdk docs (#2628)

I added a small documentation for XCM in the context of the polkadot SDK

---------

Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com>
Co-authored-by: command-bot <>
Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
Francisco Aguirre
2024-02-14 15:05:25 +01:00
committed by GitHub
parent 15103d7a86
commit 5a50b8b8a3
3 changed files with 73 additions and 3 deletions
+3
View File
@@ -61,6 +61,9 @@ sp-core = { path = "../../substrate/primitives/core" }
sp-keyring = { path = "../../substrate/primitives/keyring" }
sp-runtime = { path = "../../substrate/primitives/runtime" }
# XCM
xcm = { package = "staging-xcm", path = "../../polkadot/xcm" }
[dev-dependencies]
parity-scale-codec = "3.6.5"
scale-info = "2.9.0"