ton-contracts 0.4.2

Bindings for common smart-contracts on TON blockchain
1
2
3
4
//! Jetton standard [TEP-74](https://github.com/ton-blockchain/TEPs/blob/b7fffeb8d20006e2d47149c3a20cf2e4fac3269c/text/0074-jettons-standard.md)
mod wallet;

pub use self::wallet::*;