mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
New 0.9.2 RPCs: getblockchaininfo, getnetworkinfo, getwalletinfo
Added the three new RPCs to the RPC docs and also added a warning that getinfo will be removed in a future version.
This commit is contained in:
parent
eaf0b2262f
commit
2c07b3de0e
3 changed files with 193 additions and 0 deletions
|
@ -240,6 +240,7 @@ BIP72:
|
|||
'`getbalance`': rpc getbalance
|
||||
'`getbestblockhash`': rpc getbestblockhash
|
||||
'`getblock`': rpc getblock
|
||||
'`getblockchaininfo`': rpc getblockchaininfo
|
||||
'`getblockcount`': rpc getblockcount
|
||||
'`getblockhash`': rpc getblockhash
|
||||
'`getblocktemplate`': rpc getblocktemplate
|
||||
|
@ -251,6 +252,7 @@ BIP72:
|
|||
'`getmininginfo`': rpc getmininginfo
|
||||
'`getnettotals`': rpc getnettotals
|
||||
'`getnetworkhashps`': rpc getnetworkhashps
|
||||
'`getnetworkinfo`': rpc getnetworkinfo
|
||||
'`getnewaddress`': rpc getnewaddress
|
||||
'`getpeerinfo`': rpc getpeerinfo
|
||||
'`getrawchangeaddress`': rpc getrawchangeaddress
|
||||
|
@ -262,6 +264,7 @@ BIP72:
|
|||
'`gettxout`': rpc gettxout
|
||||
'`gettxoutsetinfo`': rpc gettxoutsetinfo
|
||||
'`getunconfirmedbalance`': rpc getunconfirmedbalance
|
||||
'`getwalletinfo`': rpc getwalletinfo
|
||||
'`getwork`': rpc getwork
|
||||
'`help`': rpc help
|
||||
'`importprivkey`': rpc importprivkey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue