ton_lib 0.0.38

A collection of types and utilities for interacting with the TON network
1
2
3
4
5
6
7
// https://explorer.toncoin.org/search?workchain=-1&shard=8000000000000000&seqno=46991999
pub(crate) static MASTER_BLOCK_BOC_HEX: &str = include_str!("../../resources/tests/master_block_46991999.hex");
// https://tonviewer.com/config/46991999
pub(crate) static CONFIG_BOC_HEX: &str = include_str!("../../resources/tests/config_46991999.hex");
// https://explorer.toncoin.org/search?workchain=0&shard=6000000000000000&seqno=52111590
pub(crate) static SHARD_BLOCK_BOC_HEX: &str =
    include_str!("../../resources/tests/shard_block_6000000000000000_52111590.hex");