Add GetAddressTxids/Utxos details

Update minor formatting, etc. for GetAddressBalance/Deltas/Mempool
Changed reference to Dash Core and updated denominations for Dash
This commit is contained in:
thephez 2017-10-04 16:18:30 -04:00
parent 731a9df442
commit 3564879e58
8 changed files with 205 additions and 39 deletions

View file

@ -24,10 +24,10 @@ This file is licensed under the terms of its source texts{%endcomment%}
{% assign summary_getAccountAddress="returns the current Bitcoin address for receiving payments to this account. If the account doesn't exist, it creates both the account and a new address for receiving payment. Once a payment has been received to an address, future calls to this RPC for the same account will return a different address." %}
{% assign summary_getAddedNodeInfo="returns information about the given added node, or all added nodes (except onetry nodes). Only nodes which have been manually added using the `addnode` RPC will have their information displayed." %}
{% assign summary_getAddressBalance="returns the balance for address(es) (requires addressindex to be enabled)." %}
{% assign summary_getAddressDeltas="" %}
{% assign summary_getAddressMempool="" %}
{% assign summary_getAddressTxids="" %}
{% assign summary_getAddressUtxos="" %}
{% assign summary_getAddressDeltas="returns all changes for an address (requires addressindex to be enabled)." %}
{% assign summary_getAddressMempool="returns all mempool deltas for an address (requires addressindex to be enabled)." %}
{% assign summary_getAddressTxids="returns the txids for an address(es) (requires addressindex to be enabled)" %}
{% assign summary_getAddressUtxos="returns all unspent outputs for an address (requires addressindex to be enabled)" %}
{% assign summary_getAddressesByAccount="returns a list of every address assigned to a particular account." %}
{% assign summary_getBalance="gets the balance in decimal bitcoins across all accounts or for a particular account." %}
{% assign summary_getBestBlockHash="returns the header hash of the most recent block on the best block chain." %}