mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Added empty RPC files and cross-ref details for all Dash RPCs
This commit is contained in:
parent
eecf9f8a32
commit
b11343405b
17 changed files with 375 additions and 11 deletions
|
@ -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 %}
|
||||
|
||||
|
|
27
_includes/devdoc/dash-core/rpcs/rpcs/getgovernanceinfo.md
Normal file
27
_includes/devdoc/dash-core/rpcs/rpcs/getgovernanceinfo.md
Normal 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 %}
|
27
_includes/devdoc/dash-core/rpcs/rpcs/getpoolinfo.md
Normal file
27
_includes/devdoc/dash-core/rpcs/rpcs/getpoolinfo.md
Normal 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 %}
|
27
_includes/devdoc/dash-core/rpcs/rpcs/getsuperblockbudget.md
Normal file
27
_includes/devdoc/dash-core/rpcs/rpcs/getsuperblockbudget.md
Normal 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 %}
|
27
_includes/devdoc/dash-core/rpcs/rpcs/gobject.md
Normal file
27
_includes/devdoc/dash-core/rpcs/rpcs/gobject.md
Normal 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 %}
|
27
_includes/devdoc/dash-core/rpcs/rpcs/masternode.md
Normal file
27
_includes/devdoc/dash-core/rpcs/rpcs/masternode.md
Normal 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 %}
|
27
_includes/devdoc/dash-core/rpcs/rpcs/masternodebroadcast.md
Normal file
27
_includes/devdoc/dash-core/rpcs/rpcs/masternodebroadcast.md
Normal 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 %}
|
27
_includes/devdoc/dash-core/rpcs/rpcs/masternodelist.md
Normal file
27
_includes/devdoc/dash-core/rpcs/rpcs/masternodelist.md
Normal 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 %}
|
27
_includes/devdoc/dash-core/rpcs/rpcs/mnsync.md
Normal file
27
_includes/devdoc/dash-core/rpcs/rpcs/mnsync.md
Normal 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 %}
|
27
_includes/devdoc/dash-core/rpcs/rpcs/privatesend.md
Normal file
27
_includes/devdoc/dash-core/rpcs/rpcs/privatesend.md
Normal 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 %}
|
27
_includes/devdoc/dash-core/rpcs/rpcs/spork.md
Normal file
27
_includes/devdoc/dash-core/rpcs/rpcs/spork.md
Normal 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 %}
|
27
_includes/devdoc/dash-core/rpcs/rpcs/voteraw.md
Normal file
27
_includes/devdoc/dash-core/rpcs/rpcs/voteraw.md
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue