TallyResult defines a standard tally for a governance proposal.

interface TallyResultSDKType {
    abstain: string;
    no: string;
    no_with_veto: string;
    yes: string;
}

Properties

abstain: string
no: string
no_with_veto: string
yes: string