委员会和提议
委员会
委员会用于修改Tron网络动态参数,如出块奖励、交易费用等等。委员会由当前的27个超级代表组成。每个超级代表都具有提议权、对提议的投票权, 当提议获得19个代表及以上的赞成票时,该提议获得通过,并在下个维护期内进行网络参数修改。
创建提案
只有超级代表(SR)、合伙人(Partner)和候选人(Candidates)对应账户具有提议权。
允许修改的网络动态参数以及编号如下( [min,max] ): {0,1}:1代表‘通过’或者‘激活’,0代表否。
Command | Value | |
0 | getMaintenanceTimeInterval | 6 Hours |
1 | getAccountUpgradeCost | 9999 TRX |
2 | getCreateAccountFee | 0.1 TRX |
3 | getTransactionFee | 10 Sun/Byte |
4 | getAssetIssueFee | 1024 TRX |
5 | getWitnessPayPerBlock | 16 TRX |
6 | getWitnessStandbyAllowance | 115200 TRX |
7 | getCreateNewAccountFeeInSystemContract | 0 TRX |
8 | getCreateNewAccountBandwidthRate | 1 Bandwith/Byte |
9 | getAllowCreationOfContracts | 1 |
10 | getRemoveThePowerOfTheGr | 1 |
11 | getEnergyFee | 10 Sun |
12 | getExchangeCreateFee | 1024 TRX |
13 | getMaxCpuTimeOfOneTx | 50 ms |
14 | getAllowUpdateAccountName | 0 |
15 | getAllowSameTokenName | 1 |
16 | getAllowDelegateResource | 1 |
18 | getAllowTvmTransferTrc10 | 1 |
19 | getTotalEnergyCurrentLimit | 50000000000 |
20 | getAllowMultiSign | 1 |
21 | getAllowAdaptiveEnergy | 0 |
22 | getUpdateAccountPermissionFee | 100 TRX |
23 | getMultiSignFee | 1 TRX |
24 | getAllowProtoFilterNum | 0 |
26 | getAllowTvmConstantinople | 1 |
27 | getAllowShieldedTransaction | 0 |
28 | getShieldedTransactionFee | 10 TRX |
29 | getAdaptiveResourceLimitMultiplier | 1000 |
30 | getChangeDelegation | 1 |
31 | getWitness127PayPerBlock | 160 TRX |
32 | getAllowTvmSolidity059 | 0 |
33 | getAdaptiveResourceLimitTargetRatio | 10 |
接口:
#创建提案\ 创建提议
注:
- Tron网络中,1 TRX = 1000_000 SUN。
对提议进行投票
提议仅支持投赞成票,不投票代表不赞同。从提议创建时间开始,3天时间内为提议的有效期。超过该时间范围,该提议如果没有获得足够的 赞成票,该提议失效。允许取消之前投的赞成票。\ 对提议进行投票
取消提议
提议创建者,能够在提议生效前,取消提议。
删除提议查询提议
以下接口可以查询提议,包括:
- 查询所有提议信息(ListProposals)
- 分页查询提议信息(GetPaginatedProposalList)
- 查询指定提议信息(GetProposalById)
Updated 9 months ago