Polkadot gets topic-based message IDs (#7301)

* Polkadot gets topics

* Formatting

* Fixes

---------

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
Gavin Wood
2023-08-17 13:06:39 +02:00
committed by GitHub
parent 0a9cf2a516
commit 747957fd8a
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -288,6 +288,7 @@ pub enum Junction {
/// An instanced, indexed pallet that forms a constituent part of the context.
///
/// Generally used when the context is a Frame-based chain.
// TODO XCMv4 inner should be `Compact<u32>`.
PalletInstance(u8),
/// A non-descript index within the context location.
///