mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
RPC - Add new listwallets RPC
This commit is contained in:
parent
0e6f88e5c4
commit
1de2b924a9
8 changed files with 65 additions and 0 deletions
|
@ -101,6 +101,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_listSinceBlock="gets all transactions affecting the wallet which have occurred since a particular block, plus the header hash of a block at a particular depth." %}
|
||||
{% assign summary_listTransactions="returns the most recent transactions that affect the wallet." %}
|
||||
{% assign summary_listUnspent="returns an array of unspent transaction outputs belonging to this wallet." %}
|
||||
{% assign summary_listWallets="returns a list of currently loaded wallets." %}
|
||||
{% assign summary_lockUnspent="temporarily locks or unlocks specified transaction outputs. A locked transaction output will not be chosen by automatic coin selection when spending dash. Locks are stored in memory only, so nodes start with zero locked outputs and the locked output list is always cleared when a node stops or fails." %}
|
||||
{% assign summary_masternode="provides a set of commands for managing masternodes and displaying information about them." %}
|
||||
{% assign summary_masternodeBroadcast="was removed in Dash Core 0.14.0." %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue