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
|[balanceof](#balanceof)|\<tokenHash>\<address> | Queries the balance of specified token at the specified address |
79
-
|[decimals](#decimals)|\<tokenHash> | Queries the precision of specified token |
80
-
|[name](#name)|\<tokenHash> | Queries the name of specified token |
81
-
|[totalsupply](#totalsupply)|\<tokenHash> | Queries the total supply of specified token |
82
-
|[transfer](#transfer)|\<tokenHash>\<to>\<amount> \[from=null]\[data=null]\[signersAccounts=null]| Invokes the transfer method to transfer the specified token |
78
+
|[balanceof](#balanceof)|`<tokenHash>``<address>`| Queries the balance of specified token at the specified address |
79
+
|[decimals](#decimals)|`<tokenHash>`| Queries the precision of specified token |
80
+
|[name](#name)|`<tokenHash>`| Queries the name of specified token |
81
+
|[totalsupply](#totalsupply)|`<tokenHash>`| Queries the total supply of specified token |
82
+
|[transfer](#transfer)|`<tokenHash>``<to>``<amount>`\[from=null]\[data=null]\[signersAccounts=null]| Invokes the transfer method to transfer the specified token |
83
83
84
84
#### Native contract commands
85
85
@@ -91,14 +91,14 @@ The commands listed in the table below requires you to open the wallet before in
|[export blocks](#export-blocks)|\<start> \[block count]\[export path]| Exports the blockchain data from the specified block height. The exported data can be used for offline synchronization. |
137
-
|[show block](#show-blocks)|\<indexOrHash> | Output block details via block height or block hash. |
138
-
|[show contract](#show-contract)|\<nameOrHash> | Output contract details by contract name or contract hash. |
139
-
|[show tx](#show-tx)|\<hash> | Output transaction details via transaction hash. |
136
+
|[export blocks](#export-blocks)|`<start>`\[block count]\[export path]| Exports the blockchain data from the specified block height. The exported data can be used for offline synchronization. |
137
+
|[show block](#show-blocks)|`<indexOrHash>`| Output block details via block height or block hash. |
138
+
|[show contract](#show-contract)|`<nameOrHash>`| Output contract details by contract name or contract hash. |
139
+
|[show tx](#show-tx)|`<hash>`| Output transaction details via transaction hash. |
140
140
141
141
#### Log Commands
142
142
@@ -153,7 +153,7 @@ Converts the input string into various supported data formats.
Copy file name to clipboardExpand all lines: docs/n3/reference/rpc/latest-version/api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ You can modify the port in config.json in the RpcServer folder.
59
59
|[getunclaimedgas](api/getunclaimedgas.md)| <address\>| Get unclaimed gas of the specified address. |
60
60
|[invokefunction](api/invokefunction.md)| <script_hash\> <operation\>\[params]\[sender]\[signers]| Invokes a smart contract with the specified script hash, passing in the method name and its params. |
61
61
|[invokescript](api/invokescript.md)| <script\>\[sender]\[signers]| Runs a script through the virtual machine and returns the results. |
62
-
|[traverseiterator](api/traverseiterator.md)|\<session>\<iterator id>\<count> | Gets the Iterator type data. |
62
+
|[traverseiterator](api/traverseiterator.md)|`<session>``<iterator id>``<count>`| Gets the Iterator type data. |
0 commit comments