Skip to content

Commit

Permalink
Update docs/src/content/docs/book/message-mode.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Novus Nota <[email protected]>
  • Loading branch information
jubnzv and novusnota authored Oct 30, 2024
1 parent e4e0c5e commit ee85318
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/content/docs/book/message-mode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ It's possible to use raw [`Int{:tact}`][int] values and manually provide them fo

Mode value | Constant name | Description
---------: | :---------------------------- | -----------
$0$ | `SendDefaultMode{:tact}` | Ordinary message (default). <Badge text="Available since Tact 1.6" variant="tip" size="medium"/><p/>
$0$ | <Badge text="Available since Tact 1.6" variant="tip"/>
`SendDefaultMode{:tact}` | Ordinary message (default).
$64$ | `SendRemainingValue{:tact}` | Carry all the remaining value of the inbound message in addition to the value initially indicated in the new message.
$128$ | `SendRemainingBalance{:tact}` | Carry all the remaining balance of the current smart contract instead of the value originally indicated in the message.

Expand Down

0 comments on commit ee85318

Please sign in to comment.