mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 05:37:57 +00:00
Update documentation and templates for Pezkuwi branding
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
= XCM Executor
|
||||
|
||||
Branch/Release: `release-polkadot-v1.10.0`
|
||||
Branch/Release: `release-pezkuwi-v1.10.0`
|
||||
|
||||
Source Code link:https://github.com/paritytech/polkadot-sdk/blob/release-polkadot-v1.10.0/polkadot/xcm/xcm-executor/src/config.rs[{github-icon},role=heading-link]
|
||||
Source Code link:https://github.com/pezkuwichain/pezkuwi-sdk/blob/release-pezkuwi-v1.10.0/pezkuwi/xcm/xcm-executor/src/config.rs[{github-icon},role=heading-link]
|
||||
|
||||
== Purpose
|
||||
|
||||
@@ -50,7 +50,7 @@ The inner `trait Config` used to parameterize `XcmExecutor` has the following as
|
||||
|
||||
* Accessors:
|
||||
- `Weigher` -- The means of determining an XCM message's weight. Type must implement the trait `WeightBounds<Self::RuntimeCall>`.
|
||||
- `PezpalletInstancesInfo` -- Information on all pezpallets. Type must implement the trait `PezpalletsInfoAccess`.
|
||||
- `PezpezpalletInstancesInfo` -- Information on all pezpallets. Type must implement the trait `PezpezpalletsInfoAccess`.
|
||||
|
||||
* Constants:
|
||||
- `UniversalLocation` -- This chain's Universal Location. Type must implement the trait `Get<InteriorMultiLocation>`.
|
||||
|
||||
Reference in New Issue
Block a user