mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Wallet RPC updates
- Convert more existing RPCs to Dash (move->sendtoaddress) Added var for Add Lock Conf parameter
This commit is contained in:
parent
022808165c
commit
db89358b0a
6 changed files with 219 additions and 46 deletions
|
@ -113,7 +113,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_restGetMemPool-contents="returns all transaction in the memory pool with detailed information." %}
|
||||
{% assign summary_restGetMemPool-info="returns information about the node's current transaction memory pool." %}
|
||||
{% assign summary_restGetTx="gets a hex-encoded serialized transaction or a JSON object describing the transaction. By default, Bitcoin Core only stores complete transaction data for UTXOs and your own transactions, so this method may fail on historic transactions unless you use the non-default `txindex=1` in your Bitcoin Core startup settings." %}
|
||||
{% assign summary_sendFrom="spends an amount from a local account to a bitcoin address." %}
|
||||
{% assign summary_sendFrom="spends an amount from a local account to a dash address." %}
|
||||
{% assign summary_sendMany="creates and broadcasts a transaction which sends outputs to multiple addresses." %}
|
||||
{% assign summary_sendRawTransaction="validates a transaction and broadcasts it to the peer-to-peer network." %}
|
||||
{% assign summary_sendToAddress="spends an amount to a given address." %}
|
||||
|
|
|
@ -319,6 +319,17 @@ NOT IN DASH
|
|||
{% enditemplate %}
|
||||
{% endcapture %}
|
||||
|
||||
{% capture INCLUDE_ADD_LOCK_CONFIRMATIONS_PARAMETER %}
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "addlockconf"
|
||||
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."
|
||||
|
||||
{% enditemplate %}
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
{% assign WARNING=" **Warning:**" %}
|
||||
{% assign WARNING_ICON="" %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue