Commit 7bb65231 authored by 谢昇's avatar 谢昇

Update cli命令使用文档.md

parent 7a35744a
**版本: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 备注(可选)`
``` ```
未签名的十六进制字符串 未签名的十六进制字符串
``` ```
......
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