mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
RPC - Add more quorum dkgstatus details
- Field descriptions
This commit is contained in:
parent
d0c2a9384a
commit
931ade61f5
1 changed files with 21 additions and 21 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue