Cell

Cells in pytoniq are immutable types. You can't store data directly in cell's data (which you can do in tonsdk for e.g). To parse cell use begin_parse method, to change use to_builder method. The library supports exotic (special) cells, level mask resolving, higher hashes computation and Merkle Proofs verifying.

Thanks to cells immutability you can fast compare them or store in sets or in dicts as keys.

Last updated