Interface GovernanceProposalVote

ProposalVote is a vote for a proposal.

interface GovernanceProposalVote {
    id: longnum;
    vote: number;
}

Properties

Properties

ID is the unique identifier of a proposal.

vote: number

Vote is the vote.