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