mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated tonlib
This commit is contained in:
parent
dd745485e2
commit
7c595294b6
12 changed files with 125 additions and 14 deletions
|
@ -33,7 +33,7 @@ library TonUtil // TON Blockchain Fift Library
|
|||
} : parse-smc-addr
|
||||
|
||||
// ( wc addr -- ) Show address in <workchain>:<account> form
|
||||
{ swap ._ .":" x. } : .addr
|
||||
{ swap ._ .":" 64 0x. } : .addr
|
||||
// ( wc addr flags -- ) Show address in base64url form
|
||||
{ smca>$ type } : .Addr
|
||||
// ( wc addr fname -- ) Save address to file in 36-byte format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue