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
39111a9c
Commit
39111a9c
authored
May 28, 2019
by
谢昇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update cli命令使用文档.md
parent
10e9883d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
6 deletions
+28
-6
cli命令使用文档.md
cli命令使用文档.md
+28
-6
No files found.
cli命令使用文档.md
View file @
39111a9c
**版本:
V6.2.0**
**版本:
V6.2.0**
...
@@ -458,28 +458,50 @@ Available Commands:
...
@@ -458,28 +458,50 @@ Available Commands:
-e后接自定义执行器,必须以user.开头;
-e后接自定义执行器,必须以user.开头;
-t后跟标题。
-t后跟标题。
# 8.hashlock模块
`cli hashlock -h`
```
Available Commands:
lock Create hashlock lock transaction
send Create hashlock send transaction
unlock Create hashlock unlock transaction
```
因为这是一个独立的合约系统,在后文单独以案例形式说明。
# mempool模块
# 9.mempool模块
`cli mempool -h`
```
```
Available Commands:
Available Commands:
last_txs Get latest mempool txs
last_txs Get latest mempool txs
list List mempool txs
list List mempool txs
proper_fee Get latest proper fee
```
```
## mempool last_txs获取内存池中最近十笔交易
##
9.1
mempool last_txs获取内存池中最近十笔交易
cli mempool last_txs
`cli mempool last_txs`
```
```
返回最近10笔交易的交易详情
返回最近10笔交易的交易详情
```
```
※ 未完成同步时,不会从其他节点接收,返回为空。
※ 未完成同步时,不会从其他节点接收,返回为空。
## mempool list 获取内存池中的交易列表
##
9.2
mempool list 获取内存池中的交易列表
cli mempool list
`cli mempool list`
```
```
返回内存池中现存的交易详情列表
返回内存池中现存的交易详情列表
```
```
## 9.3 mempool proper_fee 获取内存池中最新交易适当的手续费
`cli mempool proper_fee`
```
{
"properFee": 300000
}
```
# net模块
# net模块
```
```
Available Commands:
Available Commands:
...
...
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