Added empty RPC files and cross-ref details for all Dash RPCs

This commit is contained in:
thephez 2017-10-10 10:37:29 -04:00
parent eecf9f8a32
commit b11343405b
17 changed files with 375 additions and 11 deletions

View file

@ -131,17 +131,17 @@ These RPCs are all Dash-specific and not found in Bitcoin Core
{% autocrossref %}
* [GetGovernanceInfo][rpc getgovernanceinfo]: {{summary_getGovernanceInfo}}
* [GetPoolInfo][rpc getpoolinfo]: {{summary_getPoolInfo}}
* [GetSuperblockBudget][rpc getsuperblockbudget]: {{summary_getSuperblockBudget}}
* [GObject][rpc gobject]: {{summary_gObject}}
* [Masternode][rpc masternode]: {{summary_masternode}}
* [MasternodeBroadcast][rpc masternodebroadcast]: {{summary_masternodeBroadcast}}
* [MasternodeList][rpc masternodelist]: {{summary_masternodeList}}
* [MnSync][rpc mnsync]: {{summary_mnSync}}
* [PrivateSend][rpc privatesend]: {{summary_privateSend}}
* [Spork][rpc spork]: {{summary_spork}}
* [VoteRaw][rpc voteraw]: {{summary_voteRaw}}
* [GetGovernanceInfo][rpc getgovernanceinfo]: {{summary_getGovernanceInfo}}
* [GetPoolInfo][rpc getpoolinfo]: {{summary_getPoolInfo}}
* [GetSuperblockBudget][rpc getsuperblockbudget]: {{summary_getSuperblockBudget}}
* [GObject][rpc gobject]: {{summary_gObject}}
* [Masternode][rpc masternode]: {{summary_masternode}}
* [MasternodeBroadcast][rpc masternodebroadcast]: {{summary_masternodeBroadcast}}
* [MasternodeList][rpc masternodelist]: {{summary_masternodeList}}
* [MnSync][rpc mnsync]: {{summary_mnSync}}
* [PrivateSend][rpc privatesend]: {{summary_privateSend}}
* [Spork][rpc spork]: {{summary_spork-rpc}}
* [VoteRaw][rpc voteraw]: {{summary_voteRaw}}
{% endautocrossref %}

View file

@ -0,0 +1,27 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/getgovernanceinfo.md" %}
##### GetGovernanceInfo
{% include helpers/subhead-links.md %}
{% assign summary_getGovernanceInfo="" %}
{% autocrossref %}
The `getgovernanceinfo` RPC {{summary_getGovernanceInfo}}
{% highlight bash %}
dash-cli -testnet getgovernanceinfo
{% endhighlight %}
Result:
{% highlight json %}
*INSERT RESULTS HERE*
{% endhighlight %}
*See also:*
{% endautocrossref %}

View file

@ -0,0 +1,27 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/getpoolinfo.md" %}
##### GetPoolInfo
{% include helpers/subhead-links.md %}
{% assign summary_getPoolInfo="" %}
{% autocrossref %}
The `getpoolinfo` RPC {{summary_getPoolInfo}}
{% highlight bash %}
dash-cli -testnet getpoolinfo
{% endhighlight %}
Result:
{% highlight json %}
*INSERT RESULTS HERE*
{% endhighlight %}
*See also:*
{% endautocrossref %}

View file

@ -0,0 +1,27 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/getsuperblockbudget.md" %}
##### GetSuperblockBudget
{% include helpers/subhead-links.md %}
{% assign summary_getSuperblockBudget="" %}
{% autocrossref %}
The `getsuperblockbudget` RPC {{summary_getSuperblockBudget}}
{% highlight bash %}
dash-cli -testnet getsuperblockbudget
{% endhighlight %}
Result:
{% highlight json %}
*INSERT RESULTS HERE*
{% endhighlight %}
*See also:*
{% endautocrossref %}

View file

@ -0,0 +1,27 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/gobject.md" %}
##### GObject
{% include helpers/subhead-links.md %}
{% assign summary_gObject="" %}
{% autocrossref %}
The `gobject` RPC {{summary_gObject}}
{% highlight bash %}
dash-cli -testnet gobject
{% endhighlight %}
Result:
{% highlight json %}
*INSERT RESULTS HERE*
{% endhighlight %}
*See also:*
{% endautocrossref %}

View file

@ -0,0 +1,27 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/masternode.md" %}
##### Masternode
{% include helpers/subhead-links.md %}
{% assign summary_masternode="" %}
{% autocrossref %}
The `masternode` RPC {{summary_masternode}}
{% highlight bash %}
dash-cli -testnet masternode
{% endhighlight %}
Result:
{% highlight json %}
*INSERT RESULTS HERE*
{% endhighlight %}
*See also:*
{% endautocrossref %}

View file

@ -0,0 +1,27 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/masternodebroadcast.md" %}
##### MasternodeBroadcast
{% include helpers/subhead-links.md %}
{% assign summary_masternodeBroadcast="" %}
{% autocrossref %}
The `masternodebroadcast` RPC {{summary_masternodeBroadcast}}
{% highlight bash %}
dash-cli -testnet masternodebroadcast
{% endhighlight %}
Result:
{% highlight json %}
*INSERT RESULTS HERE*
{% endhighlight %}
*See also:*
{% endautocrossref %}

View file

@ -0,0 +1,27 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/masternodelist.md" %}
##### MasternodeList
{% include helpers/subhead-links.md %}
{% assign summary_masternodeList="" %}
{% autocrossref %}
The `masternodelist` RPC {{summary_masternodeList}}
{% highlight bash %}
dash-cli -testnet masternodelist
{% endhighlight %}
Result:
{% highlight json %}
*INSERT RESULTS HERE*
{% endhighlight %}
*See also:*
{% endautocrossref %}

View file

@ -0,0 +1,27 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/mnsync.md" %}
##### MnSync
{% include helpers/subhead-links.md %}
{% assign summary_mnSync="" %}
{% autocrossref %}
The `mnsync` RPC {{summary_mnSync}}
{% highlight bash %}
dash-cli -testnet mnsync
{% endhighlight %}
Result:
{% highlight json %}
*INSERT RESULTS HERE*
{% endhighlight %}
*See also:*
{% endautocrossref %}

View file

@ -0,0 +1,27 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/privatesend.md" %}
##### PrivateSend
{% include helpers/subhead-links.md %}
{% assign summary_privateSend="" %}
{% autocrossref %}
The `privatesend` RPC {{summary_privateSend}}
{% highlight bash %}
dash-cli -testnet privatesend
{% endhighlight %}
Result:
{% highlight json %}
*INSERT RESULTS HERE*
{% endhighlight %}
*See also:*
{% endautocrossref %}

View file

@ -0,0 +1,27 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/spork.md" %}
##### Spork {#spork-rpc}
{% include helpers/subhead-links.md %}
{% assign summary_spork-rpc="" %}
{% autocrossref %}
The `spork` RPC {{summary_spork-rpc}}
{% highlight bash %}
dash-cli -testnet spork
{% endhighlight %}
Result:
{% highlight json %}
*INSERT RESULTS HERE*
{% endhighlight %}
*See also:*
{% endautocrossref %}

View file

@ -0,0 +1,27 @@
{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/voteraw.md" %}
##### VoteRaw
{% include helpers/subhead-links.md %}
{% assign summary_voteRaw="" %}
{% autocrossref %}
The `voteraw` RPC {{summary_voteRaw}}
{% highlight bash %}
dash-cli -testnet voteraw
{% endhighlight %}
Result:
{% highlight json %}
*INSERT RESULTS HERE*
{% endhighlight %}
*See also:*
{% endautocrossref %}

View file

@ -127,6 +127,7 @@ http://opensource.org/licenses/MIT.
[rpc getconnectioncount]: /en/developer-reference#getconnectioncount
[rpc getdifficulty]: /en/developer-reference#getdifficulty
[rpc getgenerate]: /en/developer-reference#getgenerate
[rpc getgovernanceinfo]: /en/developer-reference#getgovernanceinfo
[rpc gethashespersec]: /en/developer-reference#gethashespersec
[rpc getinfo]: /en/developer-reference#getinfo
[rpc getmemoryinfo]: /en/developer-reference#getmemoryinfo
@ -140,12 +141,14 @@ http://opensource.org/licenses/MIT.
[rpc getnetworkinfo]: /en/developer-reference#getnetworkinfo
[rpc getnewaddress]: /en/developer-reference#getnewaddress
[rpc getpeerinfo]: /en/developer-reference#getpeerinfo
[rpc getpoolinfo]: /en/developer-reference#getpoolinfo
[rpc getrawchangeaddress]: /en/developer-reference#getrawchangeaddress
[rpc getrawmempool]: /en/developer-reference#getrawmempool
[rpc getrawtransaction]: /en/developer-reference#getrawtransaction
[rpc getreceivedbyaccount]: /en/developer-reference#getreceivedbyaccount
[rpc getreceivedbyaddress]: /en/developer-reference#getreceivedbyaddress
[rpc getspentinfo]: /en/developer-reference#getspentinfo
[rpc getsuperblockbudget]: /en/developer-reference#getsuperblockbudget
[rpc gettransaction]: /en/developer-reference#gettransaction
[rpc gettxout]: /en/developer-reference#gettxout
[rpc gettxoutproof]: /en/developer-reference#gettxoutproof
@ -153,6 +156,7 @@ http://opensource.org/licenses/MIT.
[rpc getunconfirmedbalance]: /en/developer-reference#getunconfirmedbalance
[rpc getwalletinfo]: /en/developer-reference#getwalletinfo
[rpc getwork]: /en/developer-reference#getwork
[rpc gobject]: /en/developer-reference#gobject
[rpc help]: /en/developer-reference#help
[rpc importaddress]: /en/developer-reference#importaddress
[rpc importmulti]: /en/developer-reference#importmulti
@ -170,11 +174,16 @@ http://opensource.org/licenses/MIT.
[rpc listtransactions]: /en/developer-reference#listtransactions
[rpc listunspent]: /en/developer-reference#listunspent
[rpc lockunspent]: /en/developer-reference#lockunspent
[rpc masternode]: /en/developer-reference#masternode
[rpc masternodebroadcast]: /en/developer-reference#masternodebroadcast
[rpc masternodelist]: /en/developer-reference#masternodelist
[rpc mnsync]: /en/developer-reference#mnsync
[rpc move]: /en/developer-reference#move
[rpc ping]: /en/developer-reference#ping-rpc
[rpc preciousblock]: /en/developer-reference#preciousblock
[rpc pruneblockchain]: /en/developer-reference#pruneblockchain
[rpc prioritisetransaction]: /en/developer-reference#prioritisetransaction
[rpc privatesend]: /en/developer-reference#privatesend
[rpc removeprunedfunds]: /en/developer-reference#removeprunedfunds
[rpc sendfrom]: /en/developer-reference#sendfrom
[rpc sendmany]: /en/developer-reference#sendmany
@ -188,12 +197,14 @@ http://opensource.org/licenses/MIT.
[rpc signmessage]: /en/developer-reference#signmessage
[rpc signmessagewithprivkey]: /en/developer-reference#signmessagewithprivkey
[rpc signrawtransaction]: /en/developer-reference#signrawtransaction
[rpc spork]: /en/developer-reference#spork-rpc
[rpc stop]: /en/developer-reference#stop
[rpc submitblock]: /en/developer-reference#submitblock
[rpc validateaddress]: /en/developer-reference#validateaddress
[rpc verifychain]: /en/developer-reference#verifychain
[rpc verifymessage]: /en/developer-reference#verifymessage
[rpc verifytxoutproof]: /en/developer-reference#verifytxoutproof
[rpc voteraw]: /en/developer-reference#voteraw
[rpc walletlock]: /en/developer-reference#walletlock
[rpc walletpassphrase]: /en/developer-reference#walletpassphrase
[rpc walletpassphrasechange]: /en/developer-reference#walletpassphrasechange