Removed RPCs#
The following RPCs were recently removed. See the previous version of documentation for RPCs removed longer ago.
GObject Vote-conf#
Attention
Removed in Dash Core 20.0.0
The gobject vote-conf
RPC votes on a governance object by masternode configured in dash.conf.
Parameter #1—governance hash
Name |
Type |
Presence |
Description |
---|---|---|---|
|
string (hex) |
Required |
Hash of the governance object |
Parameter #2—vote signal
Name |
Type |
Presence |
Description |
---|---|---|---|
|
string |
Required |
Vote signal: |
Parameter #3—vote outcome
Name |
Type |
Presence |
Description |
---|---|---|---|
|
string |
Required |
Vote outcome: |
Result—votes for specified governance
Name |
Type |
Presence |
Description |
---|---|---|---|
Result |
object |
Required |
The governance object votes |
→ |
string |
Required |
Reports number of vote successes/failures |
→ |
object |
Required |
Vote details |
→ → |
object |
Required |
|
→ → → |
string |
Required |
Vote result |
Example from Dash Core 0.12.2
dash-cli -testnet gobject vote-conf \
0bf97bce78b3b642c36d4ca8e9265f8f66de8774c220221f57739c1956413e2b funding yes
{
"overall": "Voted successfully 1 time(s) and failed 0 time(s).",
"detail": {
"dash.conf": {
"result": "success"
}
}
}
Protx#
ProTx Register HPMN#
Attention
Removed in Dash Core 22.0.0
The protx *_hpmn
RPC commands were renamed and deprecated in Dash Core 20.0.0. They can now be accessed as protx *_evo
(e.g., protx register_hpmn
is now protx register_evo
).
All protx *_hpmn
RPC commands were removed in Dash Core 22.0.0.
ProTx Register Fund HPMN#
Attention
Removed in Dash Core 22.0.0
The protx *_hpmn
RPC commands were renamed and deprecated in Dash Core 20.0.0. They can now be accessed as protx *_evo
(e.g., protx register_hpmn
is now protx register_evo
).
All protx *_hpmn
RPC commands were removed in Dash Core 22.0.0.
ProTx Register Prepare HPMN#
Attention
Removed in Dash Core 22.0.0
The protx *_hpmn
RPC commands were renamed and deprecated in Dash Core 20.0.0. They can now be accessed as protx *_evo
(e.g., protx register_hpmn
is now protx register_evo
).
All protx *_hpmn
RPC commands were removed in Dash Core 22.0.0.
ProTx Update Service HPMN#
Attention
Removed in Dash Core 22.0.0
The protx *_hpmn
RPC commands were renamed and deprecated in Dash Core 20.0.0. They can now be accessed as protx *_evo
(e.g., protx register_hpmn
is now protx register_evo
).
All protx *_hpmn
RPC commands were removed in Dash Core 22.0.0.