Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
test
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谢昇
test
Commits
305d7c2c
Commit
305d7c2c
authored
May 29, 2019
by
谢昇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update cli命令使用文档.md
parent
ee6b5510
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
7 deletions
+32
-7
cli命令使用文档.md
cli命令使用文档.md
+32
-7
No files found.
cli命令使用文档.md
View file @
305d7c2c
**版本:
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模块
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment