Taquito TypeDocs
    Preparing search index...

    Interface BallotParams

    Ballot operation params

    interface BallotParams {
        ballot: BallotVote;
        proposal: string;
        source?: string;
    }
    Index

    Properties

    ballot: BallotVote
    proposal: string
    source?: string