mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Build update - finish fixing subhead-links
- Disable html-proofer so make test works
This commit is contained in:
parent
088f104adf
commit
2870d0170c
5 changed files with 130 additions and 2 deletions
|
@ -66,6 +66,7 @@ Use v0.n.n in abbreviation title to prevent autocrossrefing.
|
|||
{% include helpers/summaries.md %}
|
||||
|
||||
####RPC Summary Table
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% include layout/base/rpc-table.html %}
|
||||
|
||||
|
|
|
@ -13,7 +13,12 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
The `gobject` RPC {{summary_gObject}}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### GObject Check
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `gobject check` RPC validates governance object data (_proposals only_).
|
||||
|
||||
|
@ -62,7 +67,12 @@ Result:
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### GObject Prepare
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `gobject prepare` RPC prepares a governance object by signing and creating a collateral transaction.
|
||||
|
||||
|
@ -133,8 +143,12 @@ Result (Collateral Transaction ID):
|
|||
061ec99eb641ffdeaa05a1a724a255103bebc445b15c6c8c028b19c08608496b
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### GObject Submit
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `gobject submit` RPC submits a governance object to network (objects must first be prepared via `gobject prepare`).
|
||||
|
||||
|
@ -215,7 +229,12 @@ Result (Governance Object Hash):
|
|||
75e991c86ed5a50305e315e00c9a95fc74841bd97d58391071edc9ff206a0d3c
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### GObject Deserialize
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `gobject deserialize` RPC deserializes a governance object from a hex string to JSON.
|
||||
|
||||
|
@ -395,8 +414,12 @@ Result (wrapped):
|
|||
]
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### GObject Count
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `gobject count` RPC returns the count of governance objects and votes.
|
||||
|
||||
|
@ -424,8 +447,12 @@ Governance Objects: 177 (Proposals: 177, Triggers: 0, Watchdogs: 0/0, \
|
|||
Other: 0; Erased: 5), Votes: 9680
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### GObject Get
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `gobject get` RPC returns a governance object by hash.
|
||||
|
||||
|
@ -658,8 +685,12 @@ Result (wrapped):
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### GObject Getvotes
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
<!-- __ -->
|
||||
|
||||
|
@ -710,8 +741,12 @@ Result (truncated):
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### GObject Getcurrentvotes
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `gobject getcurrentvotes` RPC gets only current (tallying) votes for a governance object hash (does not include old votes).
|
||||
|
||||
|
@ -758,8 +793,12 @@ Result (truncated):
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### GObject List
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `gobject list` RPC Lists governance objects (can be filtered by signal and/or object type).
|
||||
|
||||
|
@ -835,7 +874,12 @@ Result (truncated):
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### GObject Diff
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
<!-- __ -->
|
||||
|
||||
|
@ -895,8 +939,12 @@ Result (truncated):
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### GObject Vote-alias
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `gobject vote-alias` RPC votes on a governance object by masternode alias (using masternode<!--noref-->.conf setup).
|
||||
|
||||
|
@ -989,7 +1037,12 @@ Result:
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### GObject Vote-conf
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `gobject vote-conf` RPC votes on a governance object by masternode configured in dash.conf.
|
||||
|
||||
|
@ -1070,9 +1123,12 @@ dash-cli -testnet gobject vote-conf \
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### GObject Vote-many
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `gobject vote-many` RPC votes on a governance object by all masternodes (using masternode<!--noref-->.conf setup).
|
||||
|
||||
|
|
|
@ -15,7 +15,12 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
The `masternode` RPC {{summary_masternode}}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### Masternode<!--noref--> Count
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternode<!--noref--> count` RPC prints the number of all known masternodes.
|
||||
|
||||
|
@ -61,8 +66,12 @@ Result:
|
|||
Total: 129 (PS Compatible: 97 / Enabled: 97 / Qualify: 90)
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### Masternode<!--noref--> Current
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternode<!--noref--> current` RPC prints info on current masternode winner to be paid the next block (calculated locally).
|
||||
|
||||
|
@ -132,8 +141,12 @@ Result:
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### Masternode<!--noref--> Debug
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternode<!--noref--> debug` RPC prints masternode status.
|
||||
|
||||
|
@ -162,8 +175,12 @@ Result:
|
|||
Masternode successfully started
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### Masternode<!--noref--> Genkey
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternode<!--noref--> genkey` RPC generates a new masternodeprivkey.
|
||||
|
||||
|
@ -190,8 +207,12 @@ Result:
|
|||
92Mn5DQpnBHjFPbS3ZXcX3EdhuET18u3eXTTtVsdDzdcAMaXqtG
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### Masternode<!--noref--> Outputs<!--noref-->
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternode<!--noref--> outputs` RPC prints masternode compatible outputs.
|
||||
|
||||
|
@ -225,8 +246,12 @@ Result:
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### Masternode<!--noref--> Start
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternode<!--noref--> start` RPC starts a local hot masternode configure in dash.conf.
|
||||
|
||||
|
@ -256,8 +281,12 @@ Result:
|
|||
Masternode successfully started
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### Masternode<!--noref--> Start-alias
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternode<!--noref--> start-alias` starts a single remote masternode by assigned alias configured in masternode<!--noref-->.conf.
|
||||
|
||||
|
@ -295,7 +324,12 @@ Result:
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### Masternode<!--noref--> Start-mode
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternode<!--noref--> start-<mode>` RPC starts remote masternodes configured in
|
||||
masternode<!--noref-->.conf. Valid modes are: `all`, `missing`, or `disabled`.
|
||||
|
@ -395,8 +429,12 @@ Result:
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### Masternode<!--noref--> Status
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternode<!--noref--> status` RPC prints masternode status information.
|
||||
|
||||
|
@ -448,8 +486,12 @@ Result:
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### Masternode<!--noref--> List
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternode<!--noref--> list` prints a list of all known masternodes.
|
||||
|
||||
|
@ -470,8 +512,12 @@ Result:
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### Masternode<!--noref--> List-conf
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternode<!--noref--> list-conf` RPC prints masternode<!--noref-->.conf in JSON format.
|
||||
|
||||
|
@ -550,8 +596,12 @@ Result:
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### Masternode<!--noref--> Winner
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternode<!--noref--> winner` RPC prints info on the next masternode winner to vote for.
|
||||
|
||||
|
@ -621,8 +671,12 @@ Result:
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### Masternode<!--noref--> Winners
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternode<!--noref--> winners` RPC prints the list of masternode winners.
|
||||
|
||||
|
|
|
@ -23,8 +23,12 @@ The `masternodebroadcast` RPC {{summary_masternodeBroadcast}}
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### MNB create-alias
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternodebroadcast create-alias` RPC creates single remote masternode broadcast message by assigned alias configured in `masternode<!--noref-->.conf`.
|
||||
|
||||
|
@ -78,8 +82,12 @@ Result:
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### MNB create-all
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternodebroadcast create-all` RPC creates remote masternode broadcast messages for all masternodes configured in `masternode<!--noref-->.conf`.
|
||||
|
||||
|
@ -148,8 +156,12 @@ Result:
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### MNB decode
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternodebroadcast decode` RPC decodes a masternode broadcast message (deserializes from a hex string to JSON).
|
||||
|
||||
|
@ -281,7 +293,12 @@ Result:
|
|||
}
|
||||
{% endhighlight %}
|
||||
|
||||
{% endautocrossref %}
|
||||
|
||||
###### MNB relay
|
||||
<!-- no subhead-links here -->
|
||||
|
||||
{% autocrossref %}
|
||||
|
||||
The `masternodebroadcast relay` RPC relays a masternode broadcast message to the network.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue