mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Content - RPC - addlockconf to addlocked conversion
- Update 8 RPCs based on dashpay/dash#2040
This commit is contained in:
parent
88e97509c9
commit
4e856ad7b4
10 changed files with 33 additions and 33 deletions
|
@ -31,13 +31,13 @@ The `getbalance` RPC {{summary_getBalance}}
|
|||
|
||||
{{INCLUDE_CONFIRMATIONS_PARAMETER}}
|
||||
|
||||
*Parameter #3---whether to add 5 confirmations to transactions locked via InstantSend*
|
||||
*Parameter #3---whether to add the balance from transactions locked via InstantSend*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "addlockconf"
|
||||
- n: "addlocked"
|
||||
t: "bool"
|
||||
p: "Optional<br>(exactly 1)"
|
||||
d: "Add the number of InstantSend confirmations to InstantSend locked transactions"
|
||||
d: "Add the balance from InstantSend locked transactions"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
|
|
@ -34,13 +34,13 @@ Core. Use the RPCs listed in the See Also subsection below instead.
|
|||
|
||||
{{INCLUDE_CONFIRMATIONS_PARAMETER}}
|
||||
|
||||
*Parameter #3---whether to add 5 confirmations to transactions locked via InstantSend*
|
||||
*Parameter #3---whether to include transactions locked via InstantSend*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "addlockconf"
|
||||
- n: "addlocked"
|
||||
t: "bool"
|
||||
p: "Optional<br>(exactly 1)"
|
||||
d: "Add the number of InstantSend confirmations to InstantSend locked transactions (default=false)"
|
||||
d: "Add the balance from InstantSend locked transactions (default=false)"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
|
|
@ -31,13 +31,13 @@ The `getreceivedbyaddress` RPC {{summary_getReceivedByAddress}}
|
|||
|
||||
{{INCLUDE_CONFIRMATIONS_PARAMETER}}
|
||||
|
||||
*Parameter #3---whether to add 5 confirmations to transactions locked via InstantSend*
|
||||
*Parameter #3---whether to include transactions locked via InstantSend*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "addlockconf"
|
||||
- n: "addlocked"
|
||||
t: "bool"
|
||||
p: "Optional<br>(exactly 1)"
|
||||
d: "Add the number of InstantSend confirmations to InstantSend locked transactions"
|
||||
d: "Add the balance from InstantSend locked transactions"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
|
|
@ -24,13 +24,13 @@ Core. Use the RPCs listed in the See Also subsection below instead.
|
|||
|
||||
{{INCLUDE_CONFIRMATIONS_PARAMETER}}
|
||||
|
||||
*Parameter #2---whether to add 5 confirmations to transactions locked via InstantSend*
|
||||
*Parameter #2--- whether to include transactions locked via InstantSend*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "addlockconf"
|
||||
- n: "addlocked"
|
||||
t: "bool"
|
||||
p: "Optional<br>(exactly 1)"
|
||||
d: "Add the number of InstantSend confirmations to InstantSend locked transactions"
|
||||
d: "Add the balance from InstantSend locked transactions"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
|
|
@ -24,13 +24,13 @@ Core. Use the RPCs listed in the See Also subsection below instead.
|
|||
|
||||
{{INCLUDE_CONFIRMATIONS_PARAMETER}}
|
||||
|
||||
*Parameter #2---whether to add 5 confirmations to transactions locked via InstantSend*
|
||||
*Parameter #2---whether to include transactions locked via InstantSend*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "addlockconf"
|
||||
- n: "addlocked"
|
||||
t: "bool"
|
||||
p: "Optional<br>(exactly 1)"
|
||||
d: "Add the number of InstantSend confirmations to InstantSend locked transactions"
|
||||
d: "Add the balance from InstantSend locked transactions"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
|
|
@ -21,13 +21,13 @@ The `listreceivedbyaddress` RPC {{summary_listReceivedByAddress}}
|
|||
|
||||
{{INCLUDE_CONFIRMATIONS_PARAMETER}}
|
||||
|
||||
*Parameter #2---whether to add 5 confirmations to transactions locked via InstantSend*
|
||||
*Parameter #2---whether to include transactions locked via InstantSend*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "addlockconf"
|
||||
- n: "addlocked"
|
||||
t: "bool"
|
||||
p: "Optional<br>(exactly 1)"
|
||||
d: "Add the number of InstantSend confirmations to InstantSend locked transactions"
|
||||
d: "Add the balance from InstantSend locked transactions"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
|
|
@ -55,9 +55,9 @@ Core. Use the RPCs listed in the See Also subsection below instead.
|
|||
|
||||
{{INCLUDE_SPEND_CONFIRMATIONS}}
|
||||
|
||||
*Parameter #5---whether to add 5 confirmations to transactions locked via InstantSend*
|
||||
*Parameter #5---whether to add the balance from transactions locked via InstantSend*
|
||||
|
||||
{{INCLUDE_ADD_LOCK_CONFIRMATIONS_PARAMETER}}
|
||||
{{INCLUDE_ADD_LOCKED_PARAMETER}}
|
||||
|
||||
*Parameter #6---a comment*
|
||||
|
||||
|
|
|
@ -47,8 +47,8 @@ The `sendmany` RPC {{summary_sendMany}}
|
|||
|
||||
{{INCLUDE_SPEND_CONFIRMATIONS}}
|
||||
|
||||
*Parameter #4--whether to add 5 confirmations to transactions locked via InstantSend*
|
||||
{{INCLUDE_ADD_LOCK_CONFIRMATIONS_PARAMETER}}
|
||||
*Parameter #4--whether to add the balance from transactions locked via InstantSend*
|
||||
{{INCLUDE_ADD_LOCKED_PARAMETER}}
|
||||
|
||||
*Parameter #5---a comment*
|
||||
|
||||
|
|
|
@ -319,12 +319,12 @@ NOT IN DASH
|
|||
{% enditemplate %}
|
||||
{% endcapture %}
|
||||
|
||||
{% capture INCLUDE_ADD_LOCK_CONFIRMATIONS_PARAMETER %}
|
||||
{% capture INCLUDE_ADD_LOCKED_PARAMETER %}
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "addlockconf"
|
||||
- n: "addlocked"
|
||||
t: "bool"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "If set to `true`, add the number of InstantSend confirmations (default=5) to the confirmation count for transactions locked via InstantSend. If set to `false` (the default), the standard confirmation count is not modified for InstantSend transactions."
|
||||
d: "If set to `true`, add the balance from InstantSend locked transactions. If set to `false` (the default), InstantSend locked transaction balances are not included."
|
||||
|
||||
{% enditemplate %}
|
||||
{% endcapture %}
|
||||
|
|
|
@ -605,7 +605,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::
|
|||
<td class="tg-b7b8">Wallet</td>
|
||||
<td class="tg-b7b8"><a href="#getbalance">GetBalance</a></td>
|
||||
<td class="tg-dzk6">Y</td>
|
||||
<td class="tg-dzk6"></td>
|
||||
<td class="tg-dzk6">Updated in 0.12.4.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-yw4l">Wallet</td>
|
||||
|
@ -623,13 +623,13 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::
|
|||
<td class="tg-yw4l">Wallet</td>
|
||||
<td class="tg-yw4l"><a href="#getreceivedbyaccount">GetReceivedByAccount</a></td>
|
||||
<td class="tg-baqh">Y</td>
|
||||
<td class="tg-baqh"></td>
|
||||
<td class="tg-baqh">Updated in 0.12.4.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-b7b8">Wallet</td>
|
||||
<td class="tg-b7b8"><a href="#getreceivedbyaddress">GetReceivedByAddress</a></td>
|
||||
<td class="tg-dzk6">Y</td>
|
||||
<td class="tg-dzk6"></td>
|
||||
<td class="tg-dzk6">Updated in 0.12.4.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-yw4l">Wallet</td>
|
||||
|
@ -713,7 +713,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::
|
|||
<td class="tg-b7b8">Wallet</td>
|
||||
<td class="tg-b7b8"><a href="#listaccounts">ListAccounts</a></td>
|
||||
<td class="tg-dzk6">Y</td>
|
||||
<td class="tg-dzk6"></td>
|
||||
<td class="tg-dzk6">Updated in 0.12.4.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-yw4l">Wallet</td>
|
||||
|
@ -737,13 +737,13 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::
|
|||
<td class="tg-yw4l">Wallet</td>
|
||||
<td class="tg-yw4l"><a href="#listreceivedbyaccount">ListReceivedByAccount</a></td>
|
||||
<td class="tg-baqh">Y</td>
|
||||
<td class="tg-baqh"></td>
|
||||
<td class="tg-baqh">Updated in 0.12.4.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-b7b8">Wallet</td>
|
||||
<td class="tg-b7b8"><a href="#listreceivedbyaddress">ListReceivedByAddress</a></td>
|
||||
<td class="tg-dzk6">Y</td>
|
||||
<td class="tg-dzk6"></td>
|
||||
<td class="tg-dzk6">Updated in 0.12.4.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-yw4l">Wallet</td>
|
||||
|
@ -785,13 +785,13 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::
|
|||
<td class="tg-yw4l">Wallet</td>
|
||||
<td class="tg-yw4l"><a href="#sendfrom">SendFrom</a></td>
|
||||
<td class="tg-baqh">Y</td>
|
||||
<td class="tg-baqh"></td>
|
||||
<td class="tg-baqh">Updated in 0.12.4.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-b7b8">Wallet</td>
|
||||
<td class="tg-b7b8"><a href="#sendmany">SendMany</a></td>
|
||||
<td class="tg-dzk6">Y</td>
|
||||
<td class="tg-dzk6"></td>
|
||||
<td class="tg-dzk6">Updated in 0.12.4.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-yw4l">Wallet</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue