thresholdPercentage property
The percentage of votes among all members that must be YES for
a proposal to be approved. For example, a ThresholdPercentage
value of 50 indicates 50%. The ThresholdComparator
determines the precise comparison. If a ThresholdPercentage
value of 50 is specified on a network with 10 members, along
with a ThresholdComparator value of GREATER_THAN,
this indicates that 6 YES votes are required for the proposal
to be approved.
Implementation
final int? thresholdPercentage;