Skip to content

Commit

Permalink
Merge pull request #6 from paritytech/gav-general-relay
Browse files Browse the repository at this point in the history
Just RelayTo
  • Loading branch information
gavofyork authored Sep 16, 2020
2 parents 47864c5 + dddef0a commit b014e6b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ Where message `type` must be one of:
- `2`: `TeleportAsset`
- `3`: `Balances`
- `4`: `Transact`
- `5`: `RelayToParachain`
- `6`: `RelayToContract`
- `7`: `RelayedFrom`
- `5`: `RelayTo`
- `6`: `RelayedFrom`

Within XCM, there is an internal datatype `Order`, which encodes an operation on the holding account. It is defined as:

Expand Down Expand Up @@ -150,7 +149,7 @@ Errors:

Relay an inner message (`inner`) to a locally reachable destination ID `dest`.

The message sent to the destination will be wrapped into a `RelayedFrom` message, with the `superorigin` being this parachain.
The message sent to the destination will be wrapped into a `RelayedFrom` message, with the `superorigin` being this location.

- `dest: MultiLocation`: The location of the to be relayed into. This may never contain `Parent`, and it must be immediately reachable from the interpreting context.
- `inner: VersionedXcm`: The message to be wrapped and relayed.
Expand Down

0 comments on commit b014e6b

Please sign in to comment.