Document bounced messages processing semantics for unrecognized messages #1672
Labels
docs: Book
/book section of the docs: Guides, Cheatsheets, and a streamlined sequence of educational materials
feature: receivers
Process internal, external, bounced incoming messages
kind: docs
Documentation for docs.tact-lang.org kept in docs folder
Milestone
It is common on TON blockchain to finish with exit code zero (
0
) if a bounced message is not recognized by a contract. It's a cheaper alternative in terms of gas to throwing an error. Tact adheres to this common pattern. This is different from processing non-bounced messages where an exception is thrown is the input is not recognized.The text was updated successfully, but these errors were encountered: