tlb-ton 0.2.15

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

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