tlb-ton 0.2.11

Common TL-B types for TON blockchain
Documentation
1
2
3
4
5
6
7
mod address;
mod boc;
mod coins;
mod message;
mod timestamp;

pub use self::{address::*, boc::*, coins::*, message::*, timestamp::*};