mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
RPC - Update gobject prepare with new params
Use-IS (dashpay/dash#2452) Use specific UTXO for fee (dashpay/dash#2482)
This commit is contained in:
parent
5193ae21b1
commit
5a5b7a7974
3 changed files with 33 additions and 2 deletions
|
@ -149,7 +149,7 @@ These RPCs are all Dash-specific and not found in Bitcoin Core
|
|||
* [GetGovernanceInfo][rpc getgovernanceinfo]: {{summary_getGovernanceInfo}} {{DASH_UPDATED0_13_0}}
|
||||
* [GetPoolInfo][rpc getpoolinfo]: {{summary_getPoolInfo}}
|
||||
* [GetSuperblockBudget][rpc getsuperblockbudget]: {{summary_getSuperblockBudget}}
|
||||
* [GObject][rpc gobject]: {{summary_gObject}} {{DASH_UPDATED0_12_3}}
|
||||
* [GObject][rpc gobject]: {{summary_gObject}} {{DASH_UPDATED0_13_0}}
|
||||
* [Masternode][rpc masternode]: {{summary_masternode}} {{DASH_UPDATED0_13_0}}
|
||||
* [MasternodeBroadcast][rpc masternodebroadcast]: {{summary_masternodeBroadcast}}
|
||||
* [MasternodeList][rpc masternodelist]: {{summary_masternodeList}} {{DASH_UPDATED0_12_3}}
|
||||
|
|
|
@ -116,6 +116,37 @@ The `gobject prepare` RPC prepares a governance object by signing and creating a
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Parameter #5---use-IS*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "`use-IS`"
|
||||
t: "boolean"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "*Added in Dash Core 0.13.0*<br><br>InstantSend lock the collateral, only requiring one chain confirmation"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
*Parameter #6---outputHash*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "`outputHash`"
|
||||
t: "string (hex)"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "*Added in Dash Core 0.13.0*<br><br>The single output to submit the proposal fee from"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
*Parameter #7---outputIndex*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
- n: "`outputIndex`"
|
||||
t: "numeric"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "*Added in Dash Core 0.13.0*<br><br>The output index (required if the `outputHash` parameter is provided)"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
||||
*Result---collateral transaction ID*
|
||||
|
||||
{% itemplate ntpd1 %}
|
||||
|
|
|
@ -245,7 +245,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header::
|
|||
<td class="tg-yw4l">Dash</td>
|
||||
<td class="tg-yw4l"><a href="#gobject">GObject</a></td>
|
||||
<td class="tg-baqh">Y</td>
|
||||
<td class="tg-baqh">Updated in 0.12.3.0</td>
|
||||
<td class="tg-baqh">Updated in 0.13.0.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tg-b7b8">Dash</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue