Add script to create basic RPC md file

Set up empty GetBlockHashes/Headers and GetSpentInfo RPCs
This commit is contained in:
thephez 2017-10-09 09:24:02 -04:00
parent 8a0e561d93
commit ac3b27cd7f
10 changed files with 115 additions and 3 deletions

View file

@ -91,7 +91,7 @@ These RPCs are all Dash-specific and not found in Bitcoin Core
* [GetDifficulty][rpc getdifficulty]: {{summary_getDifficultly}}
* [GetMemPoolInfo][rpc getmempoolinfo]: {{summary_getMemPoolInfo}} {{UPDATED0_12_0}}
* [GetRawMemPool][rpc getrawmempool]: {{summary_getRawMemPool}} {{UPDATED0_13_0}}
* [GetSpentInfo][rpc getspentifo]: {{summary_getSpentInfo}}
* [GetSpentInfo][rpc getspentinfo]: {{summary_getSpentInfo}}
* [GetTxOut][rpc gettxout]: {{summary_getTxOut}}
* [GetTxOutProof][rpc gettxoutproof]: {{summary_getTxOutProof}} {{NEW0_11_0}}
* [GetTxOutSetInfo][rpc gettxoutsetinfo]: {{summary_getTxOutSetInfo}}

View file

@ -0,0 +1,14 @@
{% 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/getblockhashes.md" %}#
##### GetBlockHashes
{% include helpers/subhead-links.md %}
{% autocrossref %}
{% assign summary_getBlockHashes= %}
{% endautocrossref %}

View file

@ -0,0 +1,14 @@
{% 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/getblockheaders.md" %}#
##### GetBlockHeaders
{% include helpers/subhead-links.md %}
{% autocrossref %}
{% assign summary_getBlockHeaders= %}
{% endautocrossref %}

View file

@ -0,0 +1,14 @@
{% 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/getspentinfo.md" %}#
##### GetSpentInfo
{% include helpers/subhead-links.md %}
{% autocrossref %}
{% assign summary_getSpentInfo= %}
{% endautocrossref %}