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
-`votes`: 'vote_address' stands for the address of the witness you want to vote, default hexString, 'vote_count' stands for the number of votes you want to vote
1406
+
-`votes`: 'vote_address' stands for the address of the super representative you want to vote, default hexString, 'vote_count' stands for the number of votes you want to vote
1407
1407
-`permission_id`: Optional, for multi-signature use
1408
1408
1409
1409
Return: Transaction object
1410
1410
1411
1411
#### wallet/getBrokerage
1412
-
Description: Query the ratio of brokerage of the witness
1412
+
Description: Query the ratio of brokerage of the super representative
1413
1413
```console
1414
1414
$ curl -X GET http://127.0.0.1:8090/wallet/getBrokerage -d '{
Transfer, vote, issuance of token, or participation in token offering. Sending signed transaction information to node, and broadcasting it to the entire network after witness verification.
32
+
Transfer, vote, issuance of token, or participation in token offering. Sending signed transaction information to node, and broadcasting it to the entire network after super representatives verification.
This command is used to assign permissions to other accounts, is utilized for **multi-signature** transactions, which allows other users to access the account with paritcular permission in order to better manage it. There are three types of permissions:
207
207
208
208
* owner: access to the owner of account
209
-
* active: access to other features of accounts, and access that authorizes a certain feature. Block production authorization is not included if it's for witness purposes.
210
-
* witness: only for witness, block production authorization will be granted to one of the other users.
209
+
* active: access to other features of accounts, and access that authorizes a certain feature. Block production authorization is not included if it's for SR purposes.
210
+
* witness: only for super representatives, block production authorization will be granted to one of the other users.
211
211
212
-
**NOTE** the parameter`Permission` must written in JSON format and entered in line. If the owner accountis not SR, then do not assign witness permission.
212
+
**NOTE** the parameter`Permission` must written in JSON format and entered in line. If the owner accountis not SR, then do not assign super representative permission.
Voting requires Tron Power, which can be obtained by freezing funds.
1888
1888
```
1889
-
wallet> votewitness [witness address] [Tron Power Amount]
1889
+
wallet> votewitness [SR(Super Representatives) address] [Tron Power Amount]
1890
1890
```
1891
1891
1892
1892
* The share calculation method is: 1 unit of share can be obtained for every 1TRX frozen.
@@ -1898,11 +1898,11 @@ For example:
1898
1898
```shell
1899
1899
wallet> freezeBalance 100000000 3 1 address # Freeze 10TRX and acquire 10 units of Tron Power
1900
1900
1901
-
wallet> votewitness [witness1] 4 [witness2] 6 # Cast 4 votes for witness1 and 6 votes for witness2 at the same time
1901
+
wallet> votewitness [SR1] 4 [SR2] 6 # Cast 4 votes for SR1 and 6 votes for SR2 at the same time
1902
1902
1903
-
wallet> votewitness [witness1] 10 # Voted 10 votes for witness1
1903
+
wallet> votewitness [SR1] 10 # Voted 10 votes for SR1
1904
1904
```
1905
-
The final result of the above command was 10 votes forwitness1 and 0 vote forwitness2.
1905
+
The final result of the above command was 10 votes forSR1 and 0 vote forSR2.
1906
1906
1907
1907
### ListWitnesses
1908
1908
@@ -1935,14 +1935,14 @@ wallet> listwitnesses
1935
1935
```
1936
1936
1937
1937
### GetBrokerage
1938
-
View the ratio of brokerage of the witness.
1938
+
View the ratio of brokerage of the SR(Super Representatives).
1939
1939
1940
-
After voting for the witness, you will receive the rewards. The witness has the right to decide the ratio of brokerage. The default ratio is 20%, and the witness can adjust it.
1940
+
After voting for the super representative, you will receive the rewards. The super representative has the right to decide the ratio of brokerage. The default ratio is 20%, and the super representative can adjust it.
1941
1941
1942
-
By default, if a witness is rewarded, he will receive 20% of the whole rewards, and 80% of the rewards will be distributed to his voters.
1942
+
By default, if a super representative is rewarded, he will receive 20% of the whole rewards, and 80% of the rewards will be distributed to his voters.
1943
1943
1944
1944
1945
-
`OwnerAddress` is the address of the witness's account, it is a base58check type address.
1945
+
`OwnerAddress` is the address of the SR's account, it is a base58check type address.
0 commit comments