mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
RPC - deprecate getpoolinfo
This commit is contained in:
parent
1c93147841
commit
d95556c54d
2 changed files with 9 additions and 2 deletions
|
@ -4,6 +4,8 @@ http://opensource.org/licenses/MIT.
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/getpoolinfo.md" %}
|
{% assign filename="_includes/devdoc/dash-core/rpcs/rpcs/getpoolinfo.md" %}
|
||||||
|
|
||||||
|
<!--__-->
|
||||||
|
|
||||||
##### GetPoolInfo
|
##### GetPoolInfo
|
||||||
{% include helpers/subhead-links.md %}
|
{% include helpers/subhead-links.md %}
|
||||||
|
|
||||||
|
@ -13,6 +15,9 @@ http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
The `getpoolinfo` RPC {{summary_getPoolInfo}}
|
The `getpoolinfo` RPC {{summary_getPoolInfo}}
|
||||||
|
|
||||||
|
{{WARNING}} `getpoolinfo` will be removed in a later version of Dash
|
||||||
|
Core. Use the RPCs listed in the See Also subsection below instead.
|
||||||
|
|
||||||
*Parameters: none*
|
*Parameters: none*
|
||||||
|
|
||||||
*Result---information about the mixing pool*
|
*Result---information about the mixing pool*
|
||||||
|
@ -115,6 +120,8 @@ Result:
|
||||||
}
|
}
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
*See also:*
|
*See also*
|
||||||
|
|
||||||
|
* [GetPrivateSendInfo][rpc getprivatesendinfo]: {{summary_getPrivateSendInfo}}
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
||||||
|
|
|
@ -275,7 +275,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::
|
||||||
<td class="tg-yw4l">Dash</td>
|
<td class="tg-yw4l">Dash</td>
|
||||||
<td class="tg-yw4l"><a href="#getpoolinfo">GetPoolInfo</a></td>
|
<td class="tg-yw4l"><a href="#getpoolinfo">GetPoolInfo</a></td>
|
||||||
<td class="tg-baqh">Y</td>
|
<td class="tg-baqh">Y</td>
|
||||||
<td class="tg-baqh"></td>
|
<td class="tg-baqh">Deprecated in 0.14.1</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tg-yw4l">Dash</td>
|
<td class="tg-yw4l">Dash</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue