You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tonlib/tonlib/tonlib-cli.cpp
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -390,6 +390,7 @@ class TonlibCli : public td::actor::Actor {
390
390
"<addr> with specified parameters\n";
391
391
td::TerminalIO::out() << "getstate <key_id>\tget state of wallet with requested key\n";
392
392
td::TerminalIO::out() << "getstatebytransaction <key_id> <lt> <hash>\tget state of wallet with requested key after transaction with local time <lt> and hash <hash> (base64url)\n";
393
+
td::TerminalIO::out() << "getconfig <param>\tshow specified configuration parameter from the latest masterchain state\n";
393
394
td::TerminalIO::out() << "guessrevision <key_id>\tsearch of existing accounts corresponding to the given key\n";
394
395
td::TerminalIO::out() << "guessaccount <key_id>\tsearch of existing accounts corresponding to the given key\n";
395
396
td::TerminalIO::out() << "getaddress <key_id>\tget address of wallet with requested key\n";
@@ -492,6 +493,8 @@ class TonlibCli : public td::actor::Actor {
0 commit comments