Commit 35c58df4 authored by 谢昇's avatar 谢昇

Update cli独立模块命令.md

parent 80ac673c
**版本:V6.2.0**
**版本:V6.2.0**
......@@ -274,36 +274,46 @@ A地址retrieve合约中的的部分已经取回到B地址的retrieve合约中
交易手续费由第一笔的交易的地址统一扣除。
## 具体操作流程
1. 首先构建多个交易:
- 首先构建多个交易
`cli bty transfer -t 地址A`
```
返回字符串A1
```
`cli bty transfer -t 地址B`
```
返回字符串A2
```
2. 将两个交易组成交易组:
- 将两个交易组成交易组
`cli bty txgroup -t "字符串A1 字符串A2"`
```
返回字符串A3
```
3. 签名,需根据index指定签名
- 签名,需根据index指定签名
`cli wallet sign -d 字符串A3 -i 1 -a 签名地址`
```
返回字符串A4
```
`cli wallet sign -d 字符串A4 -i 2 -a 签名地址`
```
返回字符串A5
```
4. 发送交易
※ 若-i指定为0,则对该交易组中所有交易签名
- 发送交易
`cli wallet send -d 字符串A5`
......
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