The Type Language Binary (TL-B) for TON Blockchain is a domain-specific language designed to describe the structure of data in the TON Blockchain.
It is used to define how data is serialized and deserialized, ensuring consistency and interoperability across different components of the TON ecosystem.
Special TL-B parsers can read schemes to deserialize binary data into different objects.In fact, TL-B is a variant of the original Type Language (TL) developed for the
Telegram Messenger and adapted to the specific needs of the TON Blockchain.It is recommended to start by studying the syntax and semantics of TL-B, simultaneously exploring each example through
a convenient TL-B online editor. To further your understanding, we recommend referring
to the page that describes the most complex examples of TL-B schemes.