Description

Ballot operation params

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

Properties

ballot: BallotVote
proposal: string
source?: string

Generated using TypeDoc