Taquito TypeDocs
    Preparing search index...

    Type Alias VotingInfoResponse

    type VotingInfoResponse = {
        current_ballot?: BallotListResponseEnum;
        current_proposals?: string[];
        remaining_proposals?: number;
        voting_power?: string;
    }
    Index

    Properties

    current_ballot?: BallotListResponseEnum
    current_proposals?: string[]
    remaining_proposals?: number
    voting_power?: string