TallyResult defines a standard tally for a governance proposal.

interface TallyResult {
    abstain: string;
    no: string;
    noWithVeto: string;
    yes: string;
}

Properties

abstain: string
no: string
noWithVeto: string
yes: string