tlb-ton 0.2.10

Common TL-B types for TON blockchain
Documentation
1
2
3
4
use tlb::VarUint;

pub type Coins = VarUint<4>;
pub type Grams = Coins;