RPC - Add more quorum dkgstatus details

- Field descriptions
This commit is contained in:
thephez 2019-04-10 11:20:19 -04:00
parent d0c2a9384a
commit 931ade61f5
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099

View file

@ -272,102 +272,102 @@ The `quorum<!--noref--> list` RPC displays a list of on-chain quorums.
- n: "→<br>`time`"
t: "string (hex)"
p: "Required<br>(exactly 1)"
d: ""
d: "The Unix epoch time"
- n: "→<br>`timeStr`"
t: "string (hex)"
p: "Required<br>(exactly 1)"
d: ""
d: "The UTC time as a string"
- n: "→<br>`session`"
t: "string (hex)"
t: "object"
p: "Required<br>(exactly 1)"
d: ""
d: "Object containing DKG Session information"
- n: "→ →<br>LLMQ Type"
t: "object"
p: "Required<br>(exactly 1)"
d: ""
d: "Object"
- n: "→ → →<br>`llmqType`"
t: "number"
p: "Required<br>(exactly 1)"
d: ""
d: "[Type of quorum](https://github.com/dashpay/dips/blob/master/dip-0006.md#current-llmq-types):<br>`1` - LLMQ_50_60<br>`2` - LLMQ_400_60<br>`3` - LLMQ_400_85"
- n: "→ → →<br>`quorumHash`"
t: "string (hex)"
p: "Required<br>(exactly 1)"
d: ""
d: "The block hash of the quorum"
- n: "→ → →<br>`quorumHeight`"
t: "number"
p: "Required<br>(exactly 1)"
d: ""
d: "The block height of the quorum"
- n: "→ → →<br>`phase`"
t: "number"
p: "Required<br>(exactly 1)"
d: ""
d: "The active DKG phase"
- n: "→ → →<br>`sentContributions`"
t: "bool"
p: "Required<br>(exactly 1)"
d: ""
d: "True when contributions have been sent"
- n: "→ → →<br>`sentComplaint`"
t: "bool"
p: "Required<br>(exactly 1)"
d: ""
d: "True when complaints have been sent"
- n: "→ → →<br>`sentJustification`"
t: "bool"
p: "Required<br>(exactly 1)"
d: ""
d: "True when justifications have been sent"
- n: "→ → →<br>`sentPrematureCommitment`"
t: "bool"
p: "Required<br>(exactly 1)"
d: ""
d: "True when premature commitments have been sent"
- n: "→ → →<br>`aborted`"
t: "bool"
p: "Required<br>(exactly 1)"
d: ""
d: "True if the DKG session has been aborted"
- n: "→ → →<br>`badMembers`"
t: "number"
p: "Required<br>(exactly 1)"
d: ""
d: "Number of bad members"
- n: "→ → →<br>`weComplain`"
t: "number"
p: "Required<br>(exactly 1)"
d: ""
d: "Number of complaints sent"
- n: "→ → →<br>`receivedContributions`"
t: "number"
p: "Required<br>(exactly 1)"
d: ""
d: "Number of contributions received"
- n: "→ → →<br>`receivedComplaints`"
t: "number"
p: "Required<br>(exactly 1)"
d: ""
d: "Number of complaints received"
- n: "→ → →<br>`receivedJustifications`"
t: "number"
p: "Required<br>(exactly 1)"
d: ""
d: "Number of justifications received"
- n: "→ → →<br>`receivedPrematureCommitments`"
t: "number"
p: "Required<br>(exactly 1)"
d: ""
d: "Number of premature commitments received"
- n: "→<br>`minableCommitments`"
t: "object"
p: "Required<br>(exactly 1)"
d: ""
d: "Object containing minable commitments"
{% enditemplate %}