ton-contracts 0.3.0

Bindings for common smart-contracts on TON blockchain
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]
#[cfg(feature = "wallet")]
#[cfg_attr(docsrs, doc(cfg(feature = "wallet")))]
pub mod wallet;

#[cfg(feature = "jetton")]
#[cfg_attr(docsrs, doc(cfg(feature = "jetton")))]
pub mod jetton;