mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
make SelfParaId a metadata constant (#3517)
expose para id via metadata #2116 is blocked by this
This commit is contained in:
@@ -205,6 +205,7 @@ pub mod pallet {
|
||||
type OnSystemEvent: OnSystemEvent;
|
||||
|
||||
/// Returns the parachain ID we are running with.
|
||||
#[pallet::constant]
|
||||
type SelfParaId: Get<ParaId>;
|
||||
|
||||
/// The place where outbound XCMP messages come from. This is queried in `finalize_block`.
|
||||
|
||||
Reference in New Issue
Block a user