Commit 03b20410 authored by 谢昇's avatar 谢昇

Update cli独立模块命令.md

parent 5b2e6574
**版本:V6.2.0**
**版本:V6.2.0**
......@@ -371,6 +371,7 @@ owner可以撤销自己对某笔交易的确认,但此交易必须是没有被
`cli coins send_exec -a 500 -e multisig`
***
- cli命令概览
`cli multisig -h`
```
Available Commands:
......@@ -417,6 +418,7 @@ Available Commands:
```
***
- 创建多重签名地址
`cli multisig account create -h`
```
Flags:
......@@ -440,6 +442,7 @@ Flags:
***
- 查询指定地址创建的所有多重签名账户
`cli multisig account creator -a "18jUpfSuYCk2iQu8ZqB3d6hNWNWA4ty3Xs"`
```
{
......@@ -479,6 +482,7 @@ Flags:
***
- 查询指定多重签名地址的相关信息
`cli multisig account info -a 3BJqXn4v741wDJY6Fzb4YbLSftXwgDzFE7`
```
{
......@@ -513,6 +517,7 @@ Flags:
```
***
- 根据索引查询全合约下的多重签名地址
`cli multisig account address -e 9 -s 8`
```
{
......@@ -593,6 +598,7 @@ Flags:
两者可根据需要选填。
***
- 通过索引查询指定交易的状态:
`cli multisig tx info -a 3BJqXn4v741wDJY6Fzb4YbLSftXwgDzFE7 -i 2`
```
{
......@@ -610,11 +616,13 @@ Flags:
```
- 使用xs3的6权重为该交易确认/撤销:
`cli send multisig tx confirm -a 3BJqXn4v741wDJY6Fzb4YbLSftXwgDzFE7 -c t -i 2 `
由xs3签名并发送。
-c后为确认交易或撤销交易,默认为t为确认交易;设置为f即为撤销交易,需已确认且交易未完成。
- 再次查询该交易的状态:
`cli multisig tx info -a 3BJqXn4v741wDJY6Fzb4YbLSftXwgDzFE7 -i 2`
```
{
......@@ -638,10 +646,12 @@ Flags:
交易已成功执行。
***
- 修改指定多重签名地址的每日限额:
`cli multisig account dailylimit -d 10 -e coins -s BTY -a 3BJqXn4v741wDJY6Fzb4YbLSftXwgDzFE7`
由xs1地址签名并发送。
***
-修改指定多重签名地址的额定需要权重:
- 修改指定多重签名地址的额定需要权重:
`cli multisig account weight -a 3BJqXn4v741wDJY6Fzb4YbLSftXwgDzFE7 -w 4 `
由xs1签名并发送。
-w为新设置的需要的权重。
......@@ -651,6 +661,7 @@ Flags:
***
其余相关查询:
- 查询指定多重签名地址交易汇总:
`cli multisig account assets -a 3BJqXn4v741wDJY6Fzb4YbLSftXwgDzFE7 -e coins -s BTY`
```
[
......@@ -666,6 +677,7 @@ Flags:
```
- 查询全网全部多重签名地址总量:
`cli multisig account count`
```
{
......@@ -673,6 +685,7 @@ Flags:
}
```
- 通过索引查询多重签名地址:
`cli multisig account address -s 0 -e 9`
```
{
......@@ -691,6 +704,7 @@ Flags:
}
```
- 通过owner查询多重签名地址
`cli multisig account owner -a "1KoiQmaFg3DoZr84JehxrEWiR7SorSgbUx"`
```
{
......@@ -711,6 +725,7 @@ Flags:
-a可选,若不填则显示本地钱包中所有owner。
***
- 通过索引查询指定交易已确认的权重值:
`cli multisig tx confirmed_weight -a 3BJqXn4v741wDJY6Fzb4YbLSftXwgDzFE7 -i 2`
```
{
......
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