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:
thephez 2019-10-02 11:46:47 -04:00 committed by GitHub
parent 471899ae2d
commit 4e64bcbf89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 237 additions and 16 deletions

View file

@ -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"