Interface RPCBallotOperation

interface RPCBallotOperation {
    ballot: BallotVote;
    kind: BALLOT;
    period: number;
    proposal: string;
    source: string;
}

Properties

ballot: BallotVote
kind: BALLOT
period: number
proposal: string
source: string

Generated using TypeDoc