ApprovalThresholdPolicy constructor
ApprovalThresholdPolicy({
- int? proposalDurationInHours,
- ThresholdComparator? thresholdComparator,
- int? thresholdPercentage,
Implementation
ApprovalThresholdPolicy({
this.proposalDurationInHours,
this.thresholdComparator,
this.thresholdPercentage,
});