tact-docs
tact-docs copied to clipboard
Tact main documentation
The behavior of `mutates` functions needs to be clarified, specially of those `mutates` that return a value and those that can be chained. The Tact Book states that "mutable functions...
In similar fashion to `book/bounced` and `book/masterchain`
This is a follow-up issue after #321. Snippets requirements: - Snippets showing recipes MUST (in the sense of RFC 2119) compile, for instance the snippet in "Sending jetton transfer" is...
Closes #322
Introduced in https://github.com/tact-lang/tact/pull/769. We should mention explicitly that `asm`-functions can only be module-level (standalone) functions, meaning `asm`-functions cannot be defined in contracts or traits.
Closes #149 P.S.: Why you do the issue reference in a separate message? :)
We should provide an example of how to emulated binary maps of pseudo-type `map` using hashes and a map of type `map`
## History of the problem I was trying to create a small catalog in a map using a hash of an item as a key and value as a price....