mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Comment out content of non-implemented Block chain RPCs (GetMemPoolAncestors, GetMemPoolDescendants, GetMemPoolEntry, PreciousBlock, PruneBlockChain)
This commit is contained in:
parent
0553044117
commit
d93da23e46
6 changed files with 34 additions and 5 deletions
|
@ -100,7 +100,7 @@ These RPCs are all Dash-specific and not found in Bitcoin Core
|
|||
|
||||
{% endautocrossref %}
|
||||
|
||||
##### Not implemented in Dash
|
||||
**Not implemented in Dash**
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
|
|
|
@ -13,6 +13,9 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
*Added in Bitcoin Core 0.13.0*
|
||||
|
||||
**_Not implemented in Dash Core (as of 0.12.2)_**
|
||||
|
||||
{% comment %}
|
||||
The `getmempoolancestors` RPC {{summary_getMemPoolAncestors}}
|
||||
|
||||
*Parameter #1---a transaction identifier (TXID)*
|
||||
|
@ -72,7 +75,7 @@ The `getmempoolancestors` RPC {{summary_getMemPoolAncestors}}
|
|||
t: "number (bitcoins)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The transaction fee paid by the transaction in decimal bitcoins"
|
||||
|
||||
|
||||
- n: "→ →<br>`modifiedfee`"
|
||||
t: "number (bitcoins)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
|
@ -211,4 +214,6 @@ Result:
|
|||
* [GetMemPoolDescendants][rpc getmempooldescendants]: {{summary_getMemPoolDescendants}}
|
||||
* [GetRawMemPool][rpc getrawmempool]: {{summary_getRawMemPool}}
|
||||
|
||||
{% endcomment %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
|
|
@ -13,6 +13,10 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
*Added in Bitcoin Core 0.13.0*
|
||||
|
||||
**_Not implemented in Dash Core (as of 0.12.2)_**
|
||||
|
||||
{% comment %}
|
||||
|
||||
The `getmempooldescendants` RPC {{summary_getMemPoolDescendants}}
|
||||
|
||||
*Parameter #1---a transaction identifier (TXID)*
|
||||
|
@ -72,7 +76,7 @@ The `getmempooldescendants` RPC {{summary_getMemPoolDescendants}}
|
|||
t: "number (bitcoins)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The transaction fee paid by the transaction in decimal bitcoins"
|
||||
|
||||
|
||||
- n: "→ →<br>`modifiedfee`"
|
||||
t: "number (bitcoins)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
|
@ -211,4 +215,6 @@ Result:
|
|||
* [GetMemPoolAncestors][rpc getmempoolancestors]: {{summary_getMemPoolAncestors}}
|
||||
* [GetRawMemPool][rpc getrawmempool]: {{summary_getRawMemPool}}
|
||||
|
||||
{% endcomment %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
|
|
@ -13,6 +13,10 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
*Added in Bitcoin Core 0.13.0*
|
||||
|
||||
**_Not implemented in Dash Core (as of 0.12.2)_**
|
||||
|
||||
{% comment %}
|
||||
|
||||
The `getmempoolentry` RPC {{summary_getMemPoolEntry}}
|
||||
|
||||
*Parameter #1---a transaction identifier (TXID)*
|
||||
|
@ -42,7 +46,7 @@ The `getmempoolentry` RPC {{summary_getMemPoolEntry}}
|
|||
t: "number (bitcoins)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The transaction fee paid by the transaction in decimal bitcoins"
|
||||
|
||||
|
||||
- n: "→<br>`modifiedfee`"
|
||||
t: "number (bitcoins)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
|
@ -145,4 +149,6 @@ Result:
|
|||
* [GetMemPoolDescendants][rpc getmempooldescendants]: {{summary_getMemPoolDescendants}}
|
||||
* [GetRawMemPool][rpc getrawmempool]: {{summary_getRawMemPool}}
|
||||
|
||||
{% endautocrossref %}
|
||||
{% endcomment %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
|
|
@ -13,6 +13,10 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
*Added in Bitcoin Core 0.14.0*
|
||||
|
||||
**_Not implemented in Dash Core (as of 0.12.2)_**
|
||||
|
||||
{% comment %}
|
||||
|
||||
The `preciousblock` RPC {{summary_preciousBlock}} A later `preciousblock` call can override the effect of an earlier one. The effects of `preciousblock` are not retained across restarts.
|
||||
|
||||
*Parameter #1---the block hash*
|
||||
|
@ -44,4 +48,6 @@ bitcoin-cli preciousblock 000000000000000001517a0bac70b8cd6f27ee\
|
|||
|
||||
Result (no output from `bitcoin-cli` because result is set to `null`).
|
||||
|
||||
{% endcomment %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
|
|
@ -13,6 +13,10 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
*Added in Bitcoin Core 0.14.0*
|
||||
|
||||
**_Not implemented in Dash Core (as of 0.12.2)_**
|
||||
|
||||
{% comment %}
|
||||
|
||||
The `pruneblockchain` RPC {{summary_pruneBlockChain}} The `-prune` option needs to be enabled (disabled by default).
|
||||
|
||||
*Parameter #1---the block height or timestamp*
|
||||
|
@ -51,4 +55,6 @@ Result:
|
|||
|
||||
* [ImportPrunedFunds][rpc importprunedfunds]: {{summary_importPrunedFunds}}
|
||||
|
||||
{% endcomment %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue