bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface TallyResponse

    interface TallyResponse {
        tally: {
            abstain: string;
            no: string;
            no_with_veto: string;
            yes: string;
        };
    }
    Index

    Properties

    Properties

    tally: { abstain: string; no: string; no_with_veto: string; yes: string }