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
35c58df4
Commit
35c58df4
authored
Jul 23, 2019
by
谢昇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update cli独立模块命令.md
parent
80ac673c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
5 deletions
+15
-5
cli独立模块命令.md
cli独立模块命令.md
+15
-5
No files found.
cli独立模块命令.md
View file @
35c58df4
**版本:
V6.2.0**
**版本:
V6.2.0**
...
@@ -274,36 +274,46 @@ A地址retrieve合约中的的部分已经取回到B地址的retrieve合约中
...
@@ -274,36 +274,46 @@ A地址retrieve合约中的的部分已经取回到B地址的retrieve合约中
交易手续费由第一笔的交易的地址统一扣除。
交易手续费由第一笔的交易的地址统一扣除。
## 具体操作流程
## 具体操作流程
1.
首先构建多个交易:
-
首先构建多个交易
`cli bty transfer -t 地址A`
`cli bty transfer -t 地址A`
```
```
返回字符串A1
返回字符串A1
```
```
`cli bty transfer -t 地址B`
`cli bty transfer -t 地址B`
```
```
返回字符串A2
返回字符串A2
```
```
2.
将两个交易组成交易组:
-
将两个交易组成交易组
`cli bty txgroup -t "字符串A1 字符串A2"`
`cli bty txgroup -t "字符串A1 字符串A2"`
```
```
返回字符串A3
返回字符串A3
```
```
3.
签名,需根据index指定签名
-
签名,需根据index指定签名
`cli wallet sign -d 字符串A3 -i 1 -a 签名地址`
`cli wallet sign -d 字符串A3 -i 1 -a 签名地址`
```
```
返回字符串A4
返回字符串A4
```
```
`cli wallet sign -d 字符串A4 -i 2 -a 签名地址`
`cli wallet sign -d 字符串A4 -i 2 -a 签名地址`
```
```
返回字符串A5
返回字符串A5
```
```
4.
发送交易
※ 若-i指定为0,则对该交易组中所有交易签名
-
发送交易
`cli wallet send -d 字符串A5`
`cli wallet send -d 字符串A5`
...
...
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