mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 14:31:02 +00:00
Expand docs on ParasPalletName (#1571)
* expand docs on ParasPalletName * fmt
This commit is contained in:
committed by
Bastian Köcher
parent
653ff6ef0d
commit
58fe2749d2
@@ -132,7 +132,11 @@ pub mod pallet {
|
||||
/// we're interested in.
|
||||
type BridgesGrandpaPalletInstance: 'static;
|
||||
|
||||
/// Name of the `paras` pallet in the `construct_runtime!()` call at the bridged chain.
|
||||
/// Name of the original `paras` pallet in the `construct_runtime!()` call at the bridged
|
||||
/// chain.
|
||||
///
|
||||
/// Please keep in mind that this should be the name of the `runtime_parachains::paras`
|
||||
/// pallet from polkadot repository, not the `pallet-bridge-parachains`.
|
||||
#[pallet::constant]
|
||||
type ParasPalletName: Get<&'static str>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user