Dash RPC (Gobject)

- Add details for count and get sub-commands

Also added description for govobj types
This commit is contained in:
thephez 2017-10-19 15:36:25 -04:00
parent 0326f13f9b
commit 9e6395fd3d
3 changed files with 302 additions and 9 deletions

View file

@ -2283,12 +2283,12 @@ contract, or setting. Masternodes ignore this request if they are not fully sync
Governance Object Types (defined by src/governance-object.h)
| Object Type | Description
|------|--------------
| 0 | GOVERNANCE_OBJECT_UNKNOWN
| 1 | GOVERNANCE_OBJECT_PROPOSAL
| 2 | GOVERNANCE_OBJECT_TRIGGER
| 3 | GOVERNANCE_OBJECT_WATCHDOG
| Type | Name | Description
|------|-------------------------|------------
| 0 | GOVERNANCE_OBJECT_UNKNOWN |
| 1 | GOVERNANCE_OBJECT_PROPOSAL | Submitted proposal (requires collateral transaction - currently 5 Dash)
| 2 | GOVERNANCE_OBJECT_TRIGGER | Masternode generated. Removed after activation/execution. Used for superblocks.
| 3 | GOVERNANCE_OBJECT_WATCHDOG | Masternode generated. Two hour expiration time.
The following annotated hexdump shows a `govobj` message. (The
message header has been omitted.)