Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 674 Bytes

File metadata and controls

17 lines (9 loc) · 674 Bytes

QuorumGroup

A single tier of a ruleset: a threshold and the approvals collected toward it.

Properties

Name Type Description Notes
threshold Integer Number of approvals this tier requires.
currentApprovalCount Integer Approvals collected so far toward `threshold`.
status QuorumApprovalState
members List<Integer> Indexes into the top-level `users` array identifying the users who belong to this tier. Returned only for `quorumStatusMode=FULL`; omitted otherwise. [optional]