nexus-agents - v2.80.0
    Preparing search index...

    Interface VotingOutcome

    Result of a voting strategy calculation.

    interface VotingOutcome {
        approved: boolean;
        approvalPercentage: number;
        voteCounts: VoteCounts;
        weightedCounts?: WeightedVoteCounts;
        reason: string;
    }
    Index

    Properties

    approved: boolean
    approvalPercentage: number
    voteCounts: VoteCounts
    weightedCounts?: WeightedVoteCounts
    reason: string