mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
V0.13.2 RPC Masternode lists (#110)
* RPC - Update protx list - Add missing fields - Re-order to match actual output * RPC - Update masternodelist
This commit is contained in:
parent
d208dac362
commit
097903ca2d
5 changed files with 100 additions and 138 deletions
|
@ -459,6 +459,11 @@ NOT IN DASH
|
|||
p: "Required<br>(exactly 1)"
|
||||
d: "The collateral index"
|
||||
|
||||
- n: "{{DEPTH}} → →<br>`collateralAddress`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The collateral address"
|
||||
|
||||
- n: "{{DEPTH}} →<br>`operatorReward`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
|
@ -469,6 +474,11 @@ NOT IN DASH
|
|||
p: "Required<br>(exactly 1)"
|
||||
d: "An object containing a provider transaction state"
|
||||
|
||||
- n: "{{DEPTH}} → →<br>`service`"
|
||||
t: "string"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The masternode's IP:Port"
|
||||
|
||||
- n: "{{DEPTH}} → →<br>`registeredHeight`"
|
||||
t: "number (int)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
|
@ -499,30 +509,30 @@ NOT IN DASH
|
|||
p: "Required<br>(exactly 1)"
|
||||
d: "The reason for a ProUpRegTx revocation"
|
||||
|
||||
- n: "{{DEPTH}} → →<br>`keyIDOwner`"
|
||||
- n: "{{DEPTH}} → →<br>`ownerAddress`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The owner key"
|
||||
d: "The owner address"
|
||||
|
||||
- n: "{{DEPTH}} → →<br>`votingAddress`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The voting address"
|
||||
|
||||
- n: "{{DEPTH}} → →<br>`payoutAddress`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The owner's payout address"
|
||||
|
||||
- n: "{{DEPTH}} → →<br>`pubKeyOperator`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The operator public key"
|
||||
|
||||
- n: "{{DEPTH}} → →<br>`keyIDVoting`"
|
||||
- n: "{{DEPTH}} → →<br>`operatorPayoutAddress`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The voting key"
|
||||
|
||||
- n: "{{DEPTH}} → →<br>`addr`"
|
||||
t: "string"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The masternode's IP:Port"
|
||||
|
||||
- n: "{{DEPTH}} → →<br>`payoutAddress`"
|
||||
t: "string (hex)"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The payout address"
|
||||
d: "The operator's payout address"
|
||||
|
||||
- n: "{{DEPTH}} →<br>`confirmations`"
|
||||
t: "number (int)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue