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
| No arguments | `[]` | `PrintOffersList(ton, [])` | Prints the table with the hashes reduced. |
453
-
| JSON output | `["--json"]` | `PrintOffersList(ton, ["--json"])` | Prints the JSON representation of `data`. |
454
-
| Full hash output | `["hash"]` | `PrintOffersList(ton, ["hash"])` | Prints the table with full hashes. |
455
-
| JSON with full hash| `["--json", "hash"]` | `PrintOffersList(ton, ["--json", "hash"])` | Prints the JSON representation of `data`. The `"hash"` argument has no effect in this case. |
| No arguments | `[]` | Prints the table with ADNL, Pubkey, and Wallet reduced. |
472
-
| Any combination of following args | `["--json", "adnl", "pubkey", "wallet", "past"]` | Full ADNL, Pubkey, Wallet, and past election entries in JSON representation. |
| No arguments | `[]` | Prints the table with ADNL, Pubkey, and Wallet reduced. |
488
-
| Any combination of following args | `["--json", "adnl", "pubkey", "wallet", "past"]` | Full ADNL, Pubkey, Wallet, and past validator entries in JSON representation. |
| No arguments | `vl` | Prints the table with ADNL, Pubkey, and Wallet reduced. |
488
+
| Any combination of following args | `vl --jsonadnlpubkeywalletpast` | Full ADNL, Pubkey, Wallet, and past validator entries in JSON representation. |
0 commit comments