Module tallystick::approval[][src]

Expand description

Approval voting is a single-winner electoral system where each voter may select (“approve”) any number of candidates. The winner is the most-approved candidate.

Structs

A generic approval tally.

Type Definitions

An approval tally using u64 integers to count votes. DefaultApprovalTally is generally preferred over ApprovalTally. Since this is an alias, refer to ApprovalTally for method documentation.