RPC - Add conf_target and estimate_mode to sendmany and sendtoaddress

This commit is contained in:
thephez 2019-08-21 12:06:37 -04:00
parent 03b43859a5
commit f511dd718f
2 changed files with 40 additions and 0 deletions

View file

@ -94,6 +94,26 @@ The `sendmany` RPC {{summary_sendMany}}
{% enditemplate %} {% enditemplate %}
*Parameter #9---confirmation target*
{% itemplate ntpd1 %}
- n: "`conf_target`"
t: "number (int)"
p: "Optional<br>(0 or 1)"
d: "Confirmation target (in blocks)"
{% enditemplate %}
*Parameter #10---fee estimate mode*
{% itemplate ntpd1 %}
- n: "`estimate_mode`"
t: "string"
p: "Optional<br>(0 or 1)"
d: " The fee estimate mode, must be one of:<br>`UNSET`<br>`ECONOMICAL`<br>`CONSERVATIVE`<br>Default: `UNSET`"
{% enditemplate %}
*Result---a TXID of the sent transaction* *Result---a TXID of the sent transaction*
{% itemplate ntpd1 %} {% itemplate ntpd1 %}

View file

@ -88,6 +88,26 @@ The `sendtoaddress` RPC {{summary_sendToAddress}}
{% enditemplate %} {% enditemplate %}
*Parameter #8---confirmation target*
{% itemplate ntpd1 %}
- n: "`conf_target`"
t: "number (int)"
p: "Optional<br>(0 or 1)"
d: "Confirmation target (in blocks)"
{% enditemplate %}
*Parameter #9---fee estimate mode*
{% itemplate ntpd1 %}
- n: "`estimate_mode`"
t: "string"
p: "Optional<br>(0 or 1)"
d: " The fee estimate mode, must be one of:<br>`UNSET`<br>`ECONOMICAL`<br>`CONSERVATIVE`<br>Default: `UNSET`"
{% enditemplate %}
*Result---a TXID of the sent transaction* *Result---a TXID of the sent transaction*
{% itemplate ntpd1 %} {% itemplate ntpd1 %}