Skip to content

Function to check quorum for arbitrary number of participants #61

@CICS-Oleg

Description

@CICS-Oleg

Suppose we have a set of stakeholders with corresponding stakes in %.

(= (spk_holder h1) 2)

(= (spk_holder h2) 4)

(= (spk_holder h3) 5)

(= (spk_holder h4) 2)

(= (spk_holder h5) 0.5)

To start а discussion it has to be a minimum quorum thresh based on the aggregate stake size of the participants. Arbitrary number of participants can come to a meeting. What is the best way/representation to make a function to determine if a quorum is present?

Metadata

Metadata

Labels

answeredTutorial question is answered but not added to docshelp wantedExtra attention is neededquestionFurther information is requestedtutorialTutorial question

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions