From f511dd718f54962447fad515f833fa771483a753 Mon Sep 17 00:00:00 2001 From: thephez Date: Wed, 21 Aug 2019 12:06:37 -0400 Subject: [PATCH] RPC - Add conf_target and estimate_mode to sendmany and sendtoaddress --- .../devdoc/dash-core/rpcs/rpcs/sendmany.md | 20 +++++++++++++++++++ .../dash-core/rpcs/rpcs/sendtoaddress.md | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/sendmany.md b/_includes/devdoc/dash-core/rpcs/rpcs/sendmany.md index 2e9e9c72..d89c03df 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/sendmany.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/sendmany.md @@ -94,6 +94,26 @@ The `sendmany` RPC {{summary_sendMany}} {% enditemplate %} +*Parameter #9---confirmation target* + +{% itemplate ntpd1 %} +- n: "`conf_target`" + t: "number (int)" + p: "Optional
(0 or 1)" + d: "Confirmation target (in blocks)" + +{% enditemplate %} + +*Parameter #10---fee estimate mode* + +{% itemplate ntpd1 %} +- n: "`estimate_mode`" + t: "string" + p: "Optional
(0 or 1)" + d: " The fee estimate mode, must be one of:
`UNSET`
`ECONOMICAL`
`CONSERVATIVE`
Default: `UNSET`" + +{% enditemplate %} + *Result---a TXID of the sent transaction* {% itemplate ntpd1 %} diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/sendtoaddress.md b/_includes/devdoc/dash-core/rpcs/rpcs/sendtoaddress.md index 82828a30..ff696ef6 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/sendtoaddress.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/sendtoaddress.md @@ -88,6 +88,26 @@ The `sendtoaddress` RPC {{summary_sendToAddress}} {% enditemplate %} +*Parameter #8---confirmation target* + +{% itemplate ntpd1 %} +- n: "`conf_target`" + t: "number (int)" + p: "Optional
(0 or 1)" + d: "Confirmation target (in blocks)" + +{% enditemplate %} + +*Parameter #9---fee estimate mode* + +{% itemplate ntpd1 %} +- n: "`estimate_mode`" + t: "string" + p: "Optional
(0 or 1)" + d: " The fee estimate mode, must be one of:
`UNSET`
`ECONOMICAL`
`CONSERVATIVE`
Default: `UNSET`" + +{% enditemplate %} + *Result---a TXID of the sent transaction* {% itemplate ntpd1 %}