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: src/main/resources/commands.txt
+40-1Lines changed: 40 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -777,4 +777,43 @@ ViewTransactionHistory
777
777
Summary:
778
778
View transaction history. You can configure the maximum number of records that `maxRecords` can retain in `config.conf`, excluding the number of buffer records.
779
779
Usage example:
780
-
wallet> ViewTransactionHistory
780
+
wallet> ViewTransactionHistory
781
+
Syntax:
782
+
AddressBook
783
+
Summary:
784
+
Addition, deletion, modification, and search of address book.
785
+
Usage example:
786
+
wallet> AddressBook
787
+
Syntax:
788
+
GetUsdtBalance [owner_address]
789
+
Summary:
790
+
Get the USDT balance of the current address.
791
+
Usage example:
792
+
wallet> GetUsdtBalance
793
+
Syntax:
794
+
GetUsdtTransferById txId
795
+
Summary:
796
+
Get USDT transfer transaction summary based on transaction ID.
0 commit comments