Skip to main content

Vote.getProposalVotes() method

Get the votes for a specific proposal

Signature:

getProposalVotes(proposalId: BigNumber): Promise<ProposalVote[]>;

Parameters

ParameterTypeDescription
proposalIdBigNumberthe proposalId

Returns:

Promise<ProposalVote[]>