mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Renamed devdocs/bitcoin-core to dash-core
- Updated developer-reference.md to point at new location
This commit is contained in:
parent
a4df61c041
commit
43ee8beb9a
119 changed files with 120 additions and 120 deletions
21
_includes/devdoc/dash-core/rest/quick-reference.md
Normal file
21
_includes/devdoc/dash-core/rest/quick-reference.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
{% comment %}
|
||||
This file is licensed under the MIT License (MIT) available on
|
||||
http://opensource.org/licenses/MIT.
|
||||
{% endcomment %}
|
||||
{% assign filename="_includes/devdoc/bitcoin-core/rest/quick-reference.md" %}
|
||||
|
||||
#### Quick Reference {#rest-quick-reference}
|
||||
{% include helpers/subhead-links.md %}
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
* [GET Block][rest get block] {{summary_restGetBlock}} {{UPDATED0_13_0}}
|
||||
* [GET Block/NoTxDetails][rest get block-notxdetails] {{summary_restGetBlock-noTxDetails}} {{UPDATED0_13_0}}
|
||||
* [GET ChainInfo][rest get chaininfo] {{summary_restGetChainInfo}} {{NEW0_11_0}}, {{UPDATED0_12_0}}
|
||||
* [GET GetUtxos][rest get getutxos] {{summary_restGetGetUtxos}} {{NEW0_11_0}}
|
||||
* [GET Headers][rest get headers] {{summary_restGetHeaders}} {{NEW0_11_0}}, {{UPDATED0_13_0}}
|
||||
* [GET MemPool/Contents][rest get mempool-contents] {{summary_restGetMemPool-contents}} {{NEW0_12_0}}
|
||||
* [GET MemPool/Info][rest get mempool-info] {{summary_restGetMemPool-info}} {{NEW0_12_0}}
|
||||
* [GET Tx][rest get tx] {{summary_restGetTx}} {{UPDATED0_13_0}}
|
||||
|
||||
{% endautocrossref %}
|
Loading…
Add table
Add a link
Reference in a new issue