From ee85318841060af86bbf13b03b33e47c887b72b0 Mon Sep 17 00:00:00 2001 From: Georgiy Komarov Date: Wed, 30 Oct 2024 04:43:47 -0400 Subject: [PATCH] Update docs/src/content/docs/book/message-mode.mdx Co-authored-by: Novus Nota <68142933+novusnota@users.noreply.github.com> --- docs/src/content/docs/book/message-mode.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/book/message-mode.mdx b/docs/src/content/docs/book/message-mode.mdx index 130494384..5d024fe6f 100644 --- a/docs/src/content/docs/book/message-mode.mdx +++ b/docs/src/content/docs/book/message-mode.mdx @@ -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).

+$0$ | + `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.