Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Celia18305 committed Jan 14, 2019
1 parent 670fb00 commit aae7c20
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 105 deletions.
27 changes: 13 additions & 14 deletions en-us/node/cli/2.9.0/api/sendmany.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,26 @@ Bulk transfer order, and you can specify a change address.
## Parameter Description

`<outputs_array> \[fee=0] \[change_address]`
`<outputs_array>[fee=0][change_address]`

`Outputs_array`: Array, the data structure of each element in the array is as follows:
- `Outputs_array`: Array, the data structure of each element in the array is as follows:

{"asset": \<asset>,"value": \<value>,"address": \<address>}

asset:Asset ID(asset identifier),The `RegistTransaction` ID of the asset at the time of registration.

For NEO:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b

For NeoGas:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7
`{"asset": <asset>,"value": <value>,"address": <address>}`
- asset:Asset ID(asset identifier),The `RegistTransaction` ID of the asset at the time of registration.

The remaining asset IDs can be passed through the [CLI commandline](../../cli.md), the `list Asset` command query can also be queried in the block chain browser.
For NEO:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b

For NeoGas:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7

value:Transfer amount
address:destination address.
The remaining asset IDs can be passed through the [CLI commandline](../../cli.md), the `list Asset` command query can also be queried in the block chain browser.

`Fee`: Optional parameter. Paying the handling fee helps elevate the priority of the network to process the transfer. It defaults to 0, and can be set to a minimum of 0.00000001.
- value:Transfer amount

`Change_address`: Change address, optional parameter, default is the first standard address in the wallet.
- address:destination address.

- `Fee`: Optional parameter. Paying the handling fee helps elevate the priority of the network to process the transfer. It defaults to 0, and can be set to a minimum of 0.00000001.

- `Change_address`: Change address, optional parameter, default is the first standard address in the wallet.

## Example

Expand Down
27 changes: 13 additions & 14 deletions en-us/node/cli/2.9.1/api/sendmany.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,26 @@ Bulk transfer order, and you can specify a change address.
## Parameter Description

`<outputs_array> \[fee=0] \[change_address]`
`<outputs_array>[fee=0][change_address]`

`Outputs_array`: Array, the data structure of each element in the array is as follows:
- `Outputs_array`: Array, the data structure of each element in the array is as follows:

{"asset": \<asset>,"value": \<value>,"address": \<address>}

asset:Asset ID(asset identifier),The `RegistTransaction` ID of the asset at the time of registration.

For NEO:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b

For NeoGas:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7
`{"asset": <asset>,"value": <value>,"address": <address>}`
- asset:Asset ID(asset identifier),The `RegistTransaction` ID of the asset at the time of registration.

The remaining asset IDs can be passed through the [CLI commandline](../../cli.md), the `list Asset` command query can also be queried in the block chain browser.
For NEO:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b

For NeoGas:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7

value:Transfer amount
address:destination address.
The remaining asset IDs can be passed through the [CLI commandline](../../cli.md), the `list Asset` command query can also be queried in the block chain browser.

`Fee`: Optional parameter. Paying the handling fee helps elevate the priority of the network to process the transfer. It defaults to 0, and can be set to a minimum of 0.00000001.
- value:Transfer amount

`Change_address`: Change address, optional parameter, default is the first standard address in the wallet.
- address:destination address.

- `Fee`: Optional parameter. Paying the handling fee helps elevate the priority of the network to process the transfer. It defaults to 0, and can be set to a minimum of 0.00000001.

- `Change_address`: Change address, optional parameter, default is the first standard address in the wallet.

## Example

Expand Down
27 changes: 13 additions & 14 deletions en-us/node/cli/2.9.2/api/sendmany.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,26 @@ Bulk transfer order, and you can specify a change address.
## Parameter Description

`<outputs_array> \[fee=0] \[change_address]`
`<outputs_array>[fee=0][change_address]`

`Outputs_array`: Array, the data structure of each element in the array is as follows:
- `Outputs_array`: Array, the data structure of each element in the array is as follows:

{"asset": \<asset>,"value": \<value>,"address": \<address>}

asset:Asset ID(asset identifier),The `RegistTransaction` ID of the asset at the time of registration.

For NEO:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b

For NeoGas:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7
`{"asset": <asset>,"value": <value>,"address": <address>}`
- asset:Asset ID(asset identifier),The `RegistTransaction` ID of the asset at the time of registration.

The remaining asset IDs can be passed through the [CLI commandline](../../cli.md), the `list Asset` command query can also be queried in the block chain browser.
For NEO:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b

For NeoGas:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7

value:Transfer amount
address:destination address.
The remaining asset IDs can be passed through the [CLI commandline](../../cli.md), the `list Asset` command query can also be queried in the block chain browser.

`Fee`: Optional parameter. Paying the handling fee helps elevate the priority of the network to process the transfer. It defaults to 0, and can be set to a minimum of 0.00000001.
- value:Transfer amount

`Change_address`: Change address, optional parameter, default is the first standard address in the wallet.
- address:destination address.

- `Fee`: Optional parameter. Paying the handling fee helps elevate the priority of the network to process the transfer. It defaults to 0, and can be set to a minimum of 0.00000001.

- `Change_address`: Change address, optional parameter, default is the first standard address in the wallet.

## Example

Expand Down
43 changes: 22 additions & 21 deletions zh-cn/node/cli/2.9.0/api/sendmany.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,28 @@
## 参数说明

\<outputs_array> \[fee=0] \[change_address]

outputs_array:数组,数组中的每个元素的数据结构如下:

{"asset": \<asset>,"value": \<value>,"address": \<address>}

asset:资产 ID(资产标识符),即该资产在注册时的 RegistTransaction 的交易 ID。

如 NEO 为:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b

NeoGas 为:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7

其余资产 ID 可以通过 [CLI 命令](../../cli.md) 中的 `list asset` 命令查询,也可以在区块链浏览器中查询。

value:转账金额。

address:收款地址。

fee:可选参数,设置手续费可以提升网络处理该笔转账的优先级,默认为 0,最小值可设为0.00000001。

change_address:找零地址,可选参数,默认为钱包中第一个标准地址。
`<outputs_array>[fee=0][change_address]`

- outputs_array:数组,数组中的每个元素的数据结构如下:

`{"asset": <asset>,"value": <value>,"address": <address>}`

- asset:资产 ID(资产标识符),即该资产在注册时的 RegistTransaction 的交易 ID。

如 NEO 为:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b

NeoGas 为:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7

其余资产 ID 可以通过 [CLI 命令](../../cli.md) 中的 `list asset` 命令查询,也可以在区块链浏览器中查询。

- value:转账金额。

- address:收款地址。

- fee:可选参数,设置手续费可以提升网络处理该笔转账的优先级,默认为 0,最小值可设为0.00000001。

- change_address:找零地址,可选参数,默认为钱包中第一个标准地址。


## 调用示例

Expand Down
43 changes: 22 additions & 21 deletions zh-cn/node/cli/2.9.1/api/sendmany.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,28 @@
## 参数说明

\<outputs_array> \[fee=0] \[change_address]

outputs_array:数组,数组中的每个元素的数据结构如下:

{"asset": \<asset>,"value": \<value>,"address": \<address>}

asset:资产 ID(资产标识符),即该资产在注册时的 RegistTransaction 的交易 ID。

如 NEO 为:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b

NeoGas 为:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7

其余资产 ID 可以通过 [CLI 命令](../../cli.md) 中的 `list asset` 命令查询,也可以在区块链浏览器中查询。

value:转账金额。

address:收款地址。

fee:可选参数,设置手续费可以提升网络处理该笔转账的优先级,默认为 0,最小值可设为0.00000001。

change_address:找零地址,可选参数,默认为钱包中第一个标准地址。
`<outputs_array>[fee=0][change_address]`

- outputs_array:数组,数组中的每个元素的数据结构如下:

`{"asset": <asset>,"value": <value>,"address": <address>}`

- asset:资产 ID(资产标识符),即该资产在注册时的 RegistTransaction 的交易 ID。

如 NEO 为:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b

NeoGas 为:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7

其余资产 ID 可以通过 [CLI 命令](../../cli.md) 中的 `list asset` 命令查询,也可以在区块链浏览器中查询。

- value:转账金额。

- address:收款地址。

- fee:可选参数,设置手续费可以提升网络处理该笔转账的优先级,默认为 0,最小值可设为0.00000001。

- change_address:找零地址,可选参数,默认为钱包中第一个标准地址。


## 调用示例

Expand Down
43 changes: 22 additions & 21 deletions zh-cn/node/cli/2.9.2/api/sendmany.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,28 @@
## 参数说明

\<outputs_array> \[fee=0] \[change_address]

outputs_array:数组,数组中的每个元素的数据结构如下:

{"asset": \<asset>,"value": \<value>,"address": \<address>}

asset:资产 ID(资产标识符),即该资产在注册时的 RegistTransaction 的交易 ID。

如 NEO 为:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b

NeoGas 为:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7

其余资产 ID 可以通过 [CLI 命令](../../cli.md) 中的 `list asset` 命令查询,也可以在区块链浏览器中查询。

value:转账金额。

address:收款地址。

fee:可选参数,设置手续费可以提升网络处理该笔转账的优先级,默认为 0,最小值可设为0.00000001。

change_address:找零地址,可选参数,默认为钱包中第一个标准地址。
`<outputs_array>[fee=0][change_address]`

- outputs_array:数组,数组中的每个元素的数据结构如下:

`{"asset": <asset>,"value": <value>,"address": <address>}`

- asset:资产 ID(资产标识符),即该资产在注册时的 RegistTransaction 的交易 ID。

如 NEO 为:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b

NeoGas 为:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7

其余资产 ID 可以通过 [CLI 命令](../../cli.md) 中的 `list asset` 命令查询,也可以在区块链浏览器中查询。

- value:转账金额。

- address:收款地址。

- fee:可选参数,设置手续费可以提升网络处理该笔转账的优先级,默认为 0,最小值可设为0.00000001。

- change_address:找零地址,可选参数,默认为钱包中第一个标准地址。


## 调用示例

Expand Down

0 comments on commit aae7c20

Please sign in to comment.