Commit 562558e5 authored by 谢昇's avatar 谢昇

Update cli独立模块命令-1(hashlock、retrieve、txgroup、multisig).md

parent 87d3f6d9
**版本:V6.2.0** **版本:V6.2.0**
...@@ -276,13 +276,13 @@ A地址retrieve合约中的的部分已经取回到B地址的retrieve合约中 ...@@ -276,13 +276,13 @@ A地址retrieve合约中的的部分已经取回到B地址的retrieve合约中
## 具体操作流程 ## 具体操作流程
- 首先构建多个交易 - 首先构建多个交易
`cli bty transfer -t 地址A` `cli coins transfer -t 地址A`
``` ```
返回字符串A1 返回字符串A1
``` ```
`cli bty transfer -t 地址B` `cli coins transfer -t 地址B`
``` ```
返回字符串A2 返回字符串A2
...@@ -290,7 +290,7 @@ A地址retrieve合约中的的部分已经取回到B地址的retrieve合约中 ...@@ -290,7 +290,7 @@ A地址retrieve合约中的的部分已经取回到B地址的retrieve合约中
- 将两个交易组成交易组 - 将两个交易组成交易组
`cli bty txgroup -t "字符串A1 字符串A2"` `cli coins txgroup -t "字符串A1 字符串A2"`
``` ```
返回字符串A3 返回字符串A3
......
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