Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce __smo intrinsic #3564

Merged
merged 21 commits into from
Dec 14, 2022
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/book/src/reference/compiler_intrinsics.md
Co-authored-by: Toby Hutton <toby@grusly.com>
  • Loading branch information
mohammadfawaz and otrho authored Dec 13, 2022
commit c2c7b839454f69ea6ef0c90b5974728ece1af1e7
2 changes: 1 addition & 1 deletion docs/book/src/reference/compiler_intrinsics.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ ___
__smo<T>(recipient: b256, data: T, output_index: u64, coins: u64)
```

**Description:** Sends a message `data` of arbitrary type `T` and `coins` amount of the base asset to address `recipient`. This intrinsic assumes that an OutputMessage is available at index
**Description:** Sends a message `data` of arbitrary type `T` and `coins` amount of the base asset to address `recipient`. This intrinsic assumes that an OutputMessage is available at index `output_index`.

**Constraints:** None.

Expand Down