tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
41 stars 36 forks source link

`book/types` should have `bounced` type constructor description #186

Closed anton-trunov closed 1 month ago

anton-trunov commented 2 months ago

This is explained in https://docs.tact-lang.org/book/bounced#bounced-messages-in-tact:

Tact helps you to check if your message fits the limit and if not - it will suggest to use a special type modifier bounced for the receiver that would construct a partial representation that fits into the required limits.

But the types section needs this info for the sake of completeness