Commit 305d7c2c authored by 谢昇's avatar 谢昇

Update cli命令使用文档.md

parent ee6b5510
**版本:V6.2.0** **版本:V6.2.0**
...@@ -869,7 +869,7 @@ Available Commands: ...@@ -869,7 +869,7 @@ Available Commands:
返回交易详情 返回交易详情
``` ```
## tx query_addr 根据地址获取交易列表 ## 20.5 tx query_addr 根据地址获取交易列表
`cli tx query_addr -a 地址 -c 数量(可选)-d 方向(可选) -f 类型(可选) -t 指定高度(可选) 区块中索引号(可选)` `cli tx query_addr -a 地址 -c 数量(可选)-d 方向(可选) -f 类型(可选) -t 指定高度(可选) 区块中索引号(可选)`
``` ```
{ {
...@@ -895,17 +895,42 @@ Available Commands: ...@@ -895,17 +895,42 @@ Available Commands:
## tx query_hashes 根据交易哈希(组)获取交易详情 ## 20.6 tx query_hash 根据交易哈希(组)获取交易详情
cli tx query_hashes -s "交易哈希1 交易哈希2" `cli tx query_hash -s "交易哈希1 交易哈希2"`
``` ```
返回交易详情1 返回交易详情1
返回交易详情2 返回交易详情2
``` ```
# version模块 获取本节点chain33版本号 ## 20.7 tx rewrite 重写交易
cli version `cli tx rewrite -e 超时时间(可选) -f 手续费(可选) -i 交易组的索引值(可选) -t 目标地址(可选) -s 十六进制字符串`
``` ```
返回版本号 十六进制字符串
```
针对已签名或未签名的交易都可重写覆盖;已签名的交易重写后需重新签名。
## 21.unfreeze模块
`cli unfreeze -h`
```
Available Commands:
create create unfreeze construct
list list unfreeze
show show construct
show_withdraw show available withdraw amount of one unfreeze construct
terminate terminate construct
withdraw withdraw asset from construct
```
详见trade
# 22.version模块 获取本节点chain33版本号
`cli version`
```
{
"title": "bityuan",
"app": "6.1.1.0507",
"chain33": "6.1.1",
"localDb": "1.0.0"
}
``` ```
# wallet模块 # wallet模块
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment