mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
5dd6a4ba47
Several PRs started introducing `prdoc` files before the schema was final. This PR fixes those former prdoc to ensure that pass the check and comply with the current prdoc schema. --------- Co-authored-by: command-bot <>
13 lines
481 B
Plaintext
13 lines
481 B
Plaintext
title: "Contracts: Add XCM traits to interface with contracts"
|
|
|
|
doc:
|
|
- audience: Runtime Dev
|
|
description: |
|
|
We are introducing a new set of `XcmController` traits in `pallet-xcm`.
|
|
These traits extract functionality from `pallet-xcm` and provide high-level interaction with XCM.
|
|
They enable other pallets, like `pallet_contracts`, to rely on these traits instead of tight coupling to `pallet-xcm` itself.
|
|
|
|
crates:
|
|
- name: pallet-xcm
|
|
- name: xcm-executor
|