Documentation
    Preparing search index...

    Interface TezosBallotOperation

    interface TezosBallotOperation {
        ballot: "nay" | "yay" | "pass";
        kind: BALLOT;
        period: number;
        proposal: string;
        source: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    ballot: "nay" | "yay" | "pass"
    kind: BALLOT
    period: number
    proposal: string
    source: string