You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ Where message `type` must be one of:
75
75
-`3`: `TeleportAsset`
76
76
-`32`: `RelayMessageParachain`
77
77
-`33`: `ParachainRelayMessage`
78
+
-`42`: `AccountClaim`
78
79
79
80
Within XCM version 0, there is a secondary datatype `Ai`, "Asset Instruction", defined as:
80
81
@@ -208,6 +209,14 @@ Initiates a `Balances` message to some `destination` with the given `query_id` f
208
209
-`destination: MultiLocation` Recipient of the `Balances` message.
209
210
-`assets: Vec<MultiAsset>` Asset(s) to be queried. Use of wildcards (empty/zero/`Undefined` identifiers) should generally be supported.
210
211
212
+
### `AccountClaim`
213
+
Sends a claim verified to be from the `source` to the `destination` on the parachain. It has an `expiration` timestamp and a `scope` used to define the scope under which such a `claim` is made. A chain should only send such a claim if it is verified to have been intended to be sent by the `source`. It facilitates authentication across parachains.
0 commit comments