tlb-ton 0.2.21

Common TL-B types for TON blockchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![doc = include_str!("../README.md")]
mod address;
pub mod bin_tree;
pub mod boc;
pub mod currency;
pub mod hashmap;
pub mod message;
pub mod state_init;
mod timestamp;

pub use self::{address::*, timestamp::*};