sendmany
#
CommandSend multiple times. Amounts are double-precision floating point numbers.Note that the "fromaccount" argument has been removed in V0.17. To use this RPC with a "fromaccount" argument, restart pacprotocold with -deprecatedrpc=accounts
#
Argumentsdummy
*#
(string, required)
Must be set to "" for backwards compatibility.
amounts
*#
(string, required)
A json object with addresses and amounts
minconf
#
(numeric, optional, default=1)
Only use the balance confirmed at least this many times.
addlocked
#
(bool, optional, default=false)
Whether to include transactions locked via InstantSend.
comment
#
(string, optional)
A comment
subtractfeefrom
#
(array, optional)
A json array with addresses. The fee will be equally deducted from the amount of each selected address. Those recipients will receive less pacprotocols than you enter in their corresponding amount field. If no addresses are specified here, the sender pays the fee.
use_is
#
(bool, optional, default=false)
Deprecated and ignored
use_cj
#
(bool, optional, default=false)
Use CoinJoin funds only
conf_target
#
(numeric, optional)
Confirmation target (in blocks)
estimate_mode
#
(string, optional, default=UNSET)
The fee estimate mode, must be one of: "UNSET" "ECONOMICAL" "CONSERVATIVE"
#
ExamplesSend two amounts to two different addresses:
Send two amounts to two different addresses setting the confirmation and comment:
As a json rpc call
#
ResultRunning following help command
Will produce following output: