mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
RPC backports (#161)
* RPC - Update estimatesmartfee Change params, results, and example * RPC - Update signrawtransaction to include amount * RPC - Add getblockstats * Formatting corrections
This commit is contained in:
parent
471899ae2d
commit
4e64bcbf89
11 changed files with 237 additions and 16 deletions
|
@ -200,7 +200,7 @@ devsearches:
|
|||
- 'GetAddressUtxos': "/en/developer-reference#getaddressutxos"
|
||||
- 'GetBalance': "/en/developer-reference#getbalance"
|
||||
- 'GetBestBlockHash': "/en/developer-reference#getbestblockhash"
|
||||
- 'GetBestChainLock': "/en/developer-reference#getbestchainlock"
|
||||
- 'GetBestChainLock': "/en/developer-reference#getbestchainlock"
|
||||
- 'GetBlock': "/en/developer-reference#getblock"
|
||||
- 'GetBlockChainInfo': "/en/developer-reference#getblockchaininfo"
|
||||
- 'GetBlockCount': "/en/developer-reference#getblockcount"
|
||||
|
@ -208,6 +208,7 @@ devsearches:
|
|||
- 'GetBlockHashes': "/en/developer-reference#getblockhashes"
|
||||
- 'GetBlockHeader': "/en/developer-reference#getblockheader"
|
||||
- 'GetBlockHeaders': "/en/developer-reference#getblockheaders"
|
||||
- 'GetBlockStats': "/en/developer-reference#getblockstats"
|
||||
- 'GetBlockTemplate': "/en/developer-reference#getblocktemplate"
|
||||
- 'GetChainTips': "/en/developer-reference#getchaintips"
|
||||
- 'GetChainTxStats': "/en/developer-reference#getchaintxstats"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue