tlb-ton 0.5.5

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

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

pub use tlb::*;