sendtoaddress
#
CommandSend an amount to a given address.
#
Argumentsaddress
*#
(string, required)
The PAC address to send to.
amount
*#
(numeric or string, required)
The amount in PAC to send. eg 0.1
comment
#
(string, optional)
A comment used to store what the transaction is for. This is not part of the transaction, just kept in your wallet.
comment_to
#
(string, optional)
A comment to store the name of the person or organization to which you're sending the transaction. This is not part of the transaction, just kept in your wallet.
subtractfeefromamount
#
(boolean, optional, default=false)
The fee will be deducted from the amount being sent. The recipient will receive less amount of PAC Protocol than you enter in the amount field.
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"
#
Examples#
ResultRunning following help command
Will produce following output: