1 2 3 4 5
#![cfg(feature = "jetton")] //! Jetton standard [TEP-74](https://github.com/ton-blockchain/TEPs/blob/b7fffeb8d20006e2d47149c3a20cf2e4fac3269c/text/0074-jettons-standard.md) mod wallet; pub use self::wallet::*;