1
0
mirror of https://github.com/danog/toncontest.git synced 2024-11-30 04:29:14 +01:00
toncontest/wallet/inspect.fif

10 lines
180 B
Plaintext
Raw Normal View History

2019-10-07 21:18:40 +02:00
{
."usage: " @' $0 type ." <input>" cr
."Inspects contents of multisig <input>.boc file." cr 1 halt
} : usage
2019-10-08 19:45:25 +02:00
$# 1 < ' usage if
2019-10-07 21:18:40 +02:00
2019-10-10 17:37:47 +02:00
"lib.fif" include
2019-10-07 21:18:40 +02:00
2019-10-11 13:31:10 +02:00
$1 +".boc" load-boc inspect