mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Add script to create basic RPC md file
Set up empty GetBlockHashes/Headers and GetSpentInfo RPCs
This commit is contained in:
parent
8a0e561d93
commit
ac3b27cd7f
10 changed files with 115 additions and 3 deletions
|
@ -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}}
|
||||
|
|
14
_includes/devdoc/dash-core/rpcs/rpcs/getblockhashes.md
Normal file
14
_includes/devdoc/dash-core/rpcs/rpcs/getblockhashes.md
Normal 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 %}
|
14
_includes/devdoc/dash-core/rpcs/rpcs/getblockheaders.md
Normal file
14
_includes/devdoc/dash-core/rpcs/rpcs/getblockheaders.md
Normal 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 %}
|
14
_includes/devdoc/dash-core/rpcs/rpcs/getspentinfo.md
Normal file
14
_includes/devdoc/dash-core/rpcs/rpcs/getspentinfo.md
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue