mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
Add subtractfeeamount parameter to sendmany RPC
Source: e4918316d8/src/wallet/rpcwallet.cpp (L890)
This commit is contained in:
parent
00202e2783
commit
a4ee6bb100
1 changed files with 10 additions and 0 deletions
|
@ -55,6 +55,16 @@ The `sendmany` RPC {{summary_sendMany}}
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Parameter #5---automatic fee subtraction
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "Subtract Fee From Amount"
|
||||
t: "boolean"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "The fee will be deducted from the amount being sent. The recipient will receive less bitcoins than you enter in the amount field. Default is false"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
*Result---a TXID of the sent transaction*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue