0 |
createrandom |
创建 12 位的助记词 |
Create a 12-word mnemonic phrase |
1 |
createaccount |
创建地址账号 |
Create an address account |
2 |
getaccount |
根据地址查询账户信息。用法: getaccount <address: b58 |
hex> |
3 |
getaccountresources |
获取账号中的能量和带宽资源。用法: getaccount <address: b58 |
hex> |
4 |
getgenesisblock |
获取创世区块(最早的区块)信息 |
Get information about the genesis block (earliest block) |
5 |
getnowblock |
获取最新的区块信息 |
Get information about the latest block |
6 |
getblocknumber |
获取最新的区块信息 |
Get the latest block number |
7 |
getbalance |
获取账户可用 TRX 余额。用法: getbalance <address: b58 |
hex> |
8 |
getbandwidth |
获取账户可用带宽余额。用法: getbandwidth <address: b58 |
hex> |
9 |
getbandwidthprices |
查询历史带宽单价 |
Query historical bandwidth unit prices |
10 |
getblock |
通过区块高度或区块 ID 查询区块信息。用法: getblock <blockNumber |
blockId |
11 |
getblockbyhash |
通过区块 ID 查询区块信息。用法: getblock |
Query block information by block ID. Usage: getblock |
12 |
getblockbynumber |
通过区块高度查询区块信息。用法: getblockbynumber |
Query block information by block height. Usage: getblockbynumber |
13 |
getblockrange |
通过区块高度区间查询区块信息。用法: getblockrange |
Query block information by block height range. Usage: getblockrange |
14 |
getblocktransactioncount |
检索区块内的交易数量。用法: getBlockTransactionCount <blockHeight |
blockHash |
15 |
getbrokerage |
获取 SR 经纪佣金比例。用法: getbrokerage
|
Get the SR brokerage commission ratio. Usage: getbrokerage
|
16 |
getnodeinfo |
查询节点信息 |
Query node information |
17 |
gettokenlistbyname |
通过代币名称 查询 TRC10 代币列表信息。用法: gettokenlistbyname |
Query TRC10 token list information by token name. Usage: gettokenlistbyname |
18 |
gettokenbyid |
通过代币 id 查询 TRC10 代币信息。用法: gettokenbyid |
Query TRC10 token information by token ID. Usage: gettokenbyid |
19 |
gettokenfromid |
通过代币 id 查询 TRC10 代币信息。用法: gettokenfromid |
Query TRC10 token information by token ID. Usage: gettokenfromid |
20 |
gettokensissuedbyaddress |
查询账户的 TRC10 代币发行信息。用法: gettokensissuedbyaddress <address: b58 |
hex> |
21 |
gettransaction |
通过交易 id 查询交易信息。用法: gettransaction |
Query transaction information by transaction ID. Usage: gettransaction |
22 |
sendtoken |
交易 TRC10。用法: sendtoken |
Transfer TRC10 tokens. Usage: sendtoken |
23 |
sendrawtransaction |
交易 TRX。用法: sendrawtransaction |
Transfer TRX. Usage: sendrawtransaction |
24 |
sendtrc20 |
交易 TRC20(注意:此交易会消耗 100TRX)。用法: sendtrc20 |
Transfer TRC20 tokens (Note: consumes 100 TRX). Usage: sendtrc20 |
25 |
sign |
交易签名(并未广播上链)。用法: sign |
Sign a transaction (not broadcasted). Usage: sign |
26 |
sendhextransaction |
交易签名(将上一步的 sign 广播上链)。用法: sendhextransaction |
Broadcast a signed transaction. Usage: sendhextransaction |
27 |
delegatebandwidth |
代理带宽。用法: delegatebandwidth |
Delegate bandwidth. Usage: delegatebandwidth |
28 |
undelegatebandwidth |
回收带宽。用法: undelegatebandwidth |
Undelegate bandwidth. Usage: undelegatebandwidth |
29 |
delegateenergy |
代理能量。用法: delegateenergy |
Delegate energy. Usage: delegateenergy |
30 |
undelegateenergy |
回收带宽。用法: undelegateenergy |
Undelegate energy. Usage: undelegateenergy |
31 |
frommnemonic |
根据助记词回复地址和私钥 用法: frommnemonic |
|
32 |
suntotrx |
sun to trx。用法: suntotrx |
Convert sun to TRX. Usage: suntotrx |
33 |
isaddress |
isAddress。用法: isaddress <address: b58 |
hex> |
34 |
tobignumber |
to big number。用法: tobignumber |
Convert to big number. Usage: tobignumber |
35 |
todecimal |
to decimal: todecimal |
Convert to decimal. Usage: todecimal |