Add details for MasternodeList RPC (Dash section)

This commit is contained in:
thephez 2017-10-10 15:09:43 -04:00
parent b2d004c4d8
commit b313dcad00
2 changed files with 104 additions and 2 deletions

View file

@ -90,6 +90,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
{% 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_lockUnspent="temporarily locks or unlocks specified transaction outputs. A locked transaction output will not be chosen by automatic coin selection when spending bitcoins. 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_masternodeList="returns a list of masternodes in different modes." %}
{% assign summary_move="moves a specified amount from one account in your wallet to another using an off-block-chain transaction." %}
{% assign summary_ping-rpc="sends a P2P ping message to all connected nodes to measure ping time. Results are provided by the `getpeerinfo` RPC pingtime and pingwait fields as decimal seconds. The P2P `ping` message is handled in a queue with all other commands, so it measures processing backlog, not just network ping." %}
{% assign summary_preciousBlock="treats a block as if it were received before others with the same work." %}