ton-contracts 0.2.9

Common smart-contracts for TON blockchain
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "wallet")]
mod wallet;
#[cfg(feature = "wallet")]
pub use self::wallet::*;

#[cfg(feature = "jetton")]
mod jetton;
#[cfg(feature = "jetton")]
pub use self::jetton::*;