mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 18:26:13 +00:00
Actual details of GetBlockHeaders
This commit is contained in:
parent
0963c6257c
commit
2b385adcf5
2 changed files with 212 additions and 7 deletions
|
@ -23,11 +23,11 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_getAccount="returns the name of the account associated with the given address." %}
|
||||
{% 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="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_getAddressBalance="returns the balance for address(es) (requires `addressindex` to be enabled)." %}
|
||||
{% 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." %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue