diff --git a/README.md b/README.md index 7c0be78..b32564c 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Where message `type` must be one of: - `4`: `Transact` - `5`: `RelayTo` - `6`: `RelayedFrom` +- `7`: `AccountClaim` Within XCM, there is an internal datatype `Order`, which encodes an operation on the holding account. It is defined as: @@ -222,7 +223,19 @@ Remove the asset(s) (`assets`) from holding and send a `WithdrawAsset` XCM messa be executed on them. There will typically be only one valid location on any given asset/chain combination. - `effects: Vec`: The orders to execute on the assets once withdrawn *on the reserve location*. +<<<<<<< HEAD Errors: +======= +### `AccountClaim` +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. + +- `source: MultiLocation` +- `destination: MultiLocation` +- `timestamp: Compact` +- `scope: Vec` + +## `MultiAsset`: Universal Asset Identifiers +>>>>>>> a1a8822 (Added draft for claim) ### `InitiateTeleport`