You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2025. It is now read-only.
*`amount` (decimal string): number of nanocoins to send.
326
-
*`payload` (string base64): raw one-cell BoC encoded in Base64.
327
-
*`stateInit` (string base64): raw once-cell BoC encoded in Base64.
326
+
*`payload` (string base64, optional): raw one-cell BoC encoded in Base64.
327
+
*`stateInit` (string base64, optional): raw once-cell BoC encoded in Base64.
328
328
329
329
Wallet simulates the execution of the message and present to the user summary of operations: "jetton XYZ will be transferred, N toncoins will be sent" etc.
330
330
331
+
Common cases:
332
+
333
+
1. No `payload`, no `stateInit`: simple transfer without a message.
334
+
2.`payload` is prefixed with 32 zero bits, no `stateInit`: simple transfer with a text message.
335
+
3. No `payload` or prefixed with 32 zero bits; `stateInit` is present: deployment of the contract.
0 commit comments