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
7bb65231
Commit
7bb65231
authored
May 28, 2019
by
谢昇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update cli命令使用文档.md
parent
7a35744a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
cli命令使用文档.md
cli命令使用文档.md
+8
-8
No files found.
cli命令使用文档.md
View file @
7bb65231
**版本:
V6.2.0**
**版本:
V6.2.0**
...
@@ -386,24 +386,24 @@ Available Commands:
...
@@ -386,24 +386,24 @@ Available Commands:
在6.1及前版本中,使用的是bty模块命令,后因平行链的拓展使用,统一改为coins模块。
在6.1及前版本中,使用的是bty模块命令,后因平行链的拓展使用,统一改为coins模块。
##
bty send_exec 构遭
指定地址向指定执行器转账的交易
##
5.1 coins send_exec 构造
指定地址向指定执行器转账的交易
cli bty send_exec -e 执行器名字 -a 数量
`cli coins send_exec -e 执行器名字 -a 数量 -n 备注(可选)`
```
```
未签名的十六进制字符串
未签名的十六进制字符串
```
```
※ 完成一笔交易需要经过
**构建-签名-发送**
三步操作。
※ 完成一笔交易需要经过
**构建-签名-发送**
三步操作。
##
bty transfer 构建
coins合约转账交易
##
5.2 coins transfer 构造
coins合约转账交易
cli bty transfer -t 目标地址 -a 数量
`cli coins transfer -t 目标地址 -a 数量 -n 备注(可选)`
```
```
未签名的十六进制字符串
未签名的十六进制字符串
```
```
##
bty txgroup 构建
交易组交易
##
5.3 coins txgroup 构造
交易组交易
构建交易组交易,后文提供例子详述。
构建交易组交易,后文提供例子详述。
##
bty withdraw 构建从指定执行器回撤
的交易
##
5.4 coins withdraw 构造从指定执行器取回
的交易
cli bty withdraw -e 执行器名字 -a 数量 -n 备注
`cli bty withdraw -e 执行器名字 -a 数量 -n 备注(可选)`
```
```
未签名的十六进制字符串
未签名的十六进制字符串
```
```
...
...
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