diff --git a/en-us/node/cli/2.9.0/api/sendmany.md b/en-us/node/cli/2.9.0/api/sendmany.md index 3eb200fc94..ef4289bd25 100644 --- a/en-us/node/cli/2.9.0/api/sendmany.md +++ b/en-us/node/cli/2.9.0/api/sendmany.md @@ -7,27 +7,26 @@ Bulk transfer order, and you can specify a change address. ## Parameter Description -` \[fee=0] \[change_address]` +`[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": \,"value": \,"address": \
} - - asset:Asset ID(asset identifier),The `RegistTransaction` ID of the asset at the time of registration. - - For NEO:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b - - For NeoGas:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7 + `{"asset": ,"value": ,"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 diff --git a/en-us/node/cli/2.9.1/api/sendmany.md b/en-us/node/cli/2.9.1/api/sendmany.md index 3eb200fc94..ef4289bd25 100644 --- a/en-us/node/cli/2.9.1/api/sendmany.md +++ b/en-us/node/cli/2.9.1/api/sendmany.md @@ -7,27 +7,26 @@ Bulk transfer order, and you can specify a change address. ## Parameter Description -` \[fee=0] \[change_address]` +`[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": \,"value": \,"address": \
} - - asset:Asset ID(asset identifier),The `RegistTransaction` ID of the asset at the time of registration. - - For NEO:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b - - For NeoGas:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7 + `{"asset": ,"value": ,"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 diff --git a/en-us/node/cli/2.9.2/api/sendmany.md b/en-us/node/cli/2.9.2/api/sendmany.md index 3eb200fc94..ef4289bd25 100644 --- a/en-us/node/cli/2.9.2/api/sendmany.md +++ b/en-us/node/cli/2.9.2/api/sendmany.md @@ -7,27 +7,26 @@ Bulk transfer order, and you can specify a change address. ## Parameter Description -` \[fee=0] \[change_address]` +`[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": \,"value": \,"address": \
} - - asset:Asset ID(asset identifier),The `RegistTransaction` ID of the asset at the time of registration. - - For NEO:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b - - For NeoGas:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7 + `{"asset": ,"value": ,"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 diff --git a/zh-cn/node/cli/2.9.0/api/sendmany.md b/zh-cn/node/cli/2.9.0/api/sendmany.md index 56e54e1593..60ebf78149 100644 --- a/zh-cn/node/cli/2.9.0/api/sendmany.md +++ b/zh-cn/node/cli/2.9.0/api/sendmany.md @@ -7,27 +7,28 @@ ## 参数说明 -\ \[fee=0] \[change_address] - -outputs_array:数组,数组中的每个元素的数据结构如下: - - {"asset": \,"value": \,"address": \
} - - asset:资产 ID(资产标识符),即该资产在注册时的 RegistTransaction 的交易 ID。 - - 如 NEO 为:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b - - NeoGas 为:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7 - - 其余资产 ID 可以通过 [CLI 命令](../../cli.md) 中的 `list asset` 命令查询,也可以在区块链浏览器中查询。 - - value:转账金额。 - - address:收款地址。 - -fee:可选参数,设置手续费可以提升网络处理该笔转账的优先级,默认为 0,最小值可设为0.00000001。 - -change_address:找零地址,可选参数,默认为钱包中第一个标准地址。 +`[fee=0][change_address]` + +- outputs_array:数组,数组中的每个元素的数据结构如下: + + `{"asset": ,"value": ,"address":
}` + + - asset:资产 ID(资产标识符),即该资产在注册时的 RegistTransaction 的交易 ID。 + + 如 NEO 为:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b + + NeoGas 为:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7 + + 其余资产 ID 可以通过 [CLI 命令](../../cli.md) 中的 `list asset` 命令查询,也可以在区块链浏览器中查询。 + + - value:转账金额。 + + - address:收款地址。 + +- fee:可选参数,设置手续费可以提升网络处理该笔转账的优先级,默认为 0,最小值可设为0.00000001。 + +- change_address:找零地址,可选参数,默认为钱包中第一个标准地址。 + ## 调用示例 diff --git a/zh-cn/node/cli/2.9.1/api/sendmany.md b/zh-cn/node/cli/2.9.1/api/sendmany.md index 56e54e1593..60ebf78149 100644 --- a/zh-cn/node/cli/2.9.1/api/sendmany.md +++ b/zh-cn/node/cli/2.9.1/api/sendmany.md @@ -7,27 +7,28 @@ ## 参数说明 -\ \[fee=0] \[change_address] - -outputs_array:数组,数组中的每个元素的数据结构如下: - - {"asset": \,"value": \,"address": \
} - - asset:资产 ID(资产标识符),即该资产在注册时的 RegistTransaction 的交易 ID。 - - 如 NEO 为:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b - - NeoGas 为:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7 - - 其余资产 ID 可以通过 [CLI 命令](../../cli.md) 中的 `list asset` 命令查询,也可以在区块链浏览器中查询。 - - value:转账金额。 - - address:收款地址。 - -fee:可选参数,设置手续费可以提升网络处理该笔转账的优先级,默认为 0,最小值可设为0.00000001。 - -change_address:找零地址,可选参数,默认为钱包中第一个标准地址。 +`[fee=0][change_address]` + +- outputs_array:数组,数组中的每个元素的数据结构如下: + + `{"asset": ,"value": ,"address":
}` + + - asset:资产 ID(资产标识符),即该资产在注册时的 RegistTransaction 的交易 ID。 + + 如 NEO 为:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b + + NeoGas 为:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7 + + 其余资产 ID 可以通过 [CLI 命令](../../cli.md) 中的 `list asset` 命令查询,也可以在区块链浏览器中查询。 + + - value:转账金额。 + + - address:收款地址。 + +- fee:可选参数,设置手续费可以提升网络处理该笔转账的优先级,默认为 0,最小值可设为0.00000001。 + +- change_address:找零地址,可选参数,默认为钱包中第一个标准地址。 + ## 调用示例 diff --git a/zh-cn/node/cli/2.9.2/api/sendmany.md b/zh-cn/node/cli/2.9.2/api/sendmany.md index 56e54e1593..60ebf78149 100644 --- a/zh-cn/node/cli/2.9.2/api/sendmany.md +++ b/zh-cn/node/cli/2.9.2/api/sendmany.md @@ -7,27 +7,28 @@ ## 参数说明 -\ \[fee=0] \[change_address] - -outputs_array:数组,数组中的每个元素的数据结构如下: - - {"asset": \,"value": \,"address": \
} - - asset:资产 ID(资产标识符),即该资产在注册时的 RegistTransaction 的交易 ID。 - - 如 NEO 为:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b - - NeoGas 为:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7 - - 其余资产 ID 可以通过 [CLI 命令](../../cli.md) 中的 `list asset` 命令查询,也可以在区块链浏览器中查询。 - - value:转账金额。 - - address:收款地址。 - -fee:可选参数,设置手续费可以提升网络处理该笔转账的优先级,默认为 0,最小值可设为0.00000001。 - -change_address:找零地址,可选参数,默认为钱包中第一个标准地址。 +`[fee=0][change_address]` + +- outputs_array:数组,数组中的每个元素的数据结构如下: + + `{"asset": ,"value": ,"address":
}` + + - asset:资产 ID(资产标识符),即该资产在注册时的 RegistTransaction 的交易 ID。 + + 如 NEO 为:c56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b + + NeoGas 为:602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7 + + 其余资产 ID 可以通过 [CLI 命令](../../cli.md) 中的 `list asset` 命令查询,也可以在区块链浏览器中查询。 + + - value:转账金额。 + + - address:收款地址。 + +- fee:可选参数,设置手续费可以提升网络处理该笔转账的优先级,默认为 0,最小值可设为0.00000001。 + +- change_address:找零地址,可选参数,默认为钱包中第一个标准地址。 + ## 调用示例