From f431f81e482ef6bf41ebaaa447f26979325c6a10 Mon Sep 17 00:00:00 2001 From: Tal Kol Date: Thu, 30 Jun 2022 16:39:19 +0100 Subject: [PATCH] Update main.tlb --- contracts/main.tlb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contracts/main.tlb b/contracts/main.tlb index 28bd773..12c10be 100644 --- a/contracts/main.tlb +++ b/contracts/main.tlb @@ -1,8 +1,9 @@ +// https://ton.org/docs/#/overviews/TL-B // base types defined in https://github.com/ton-blockchain/ton/blob/master/crypto/block/block.tlb // storage (according to save_data() contract method) -storage#_ owner_address:MsgAddress counter:uint64 +storage#_ owner_address:MsgAddress counter:uint64 = Storage // ops