Calls the "proposalVotes" function on the contract.
import { proposalVotes } from "thirdweb/extensions/vote"; const result = await proposalVotes({ contract, proposalId: ...,});
function proposalVotes( options: BaseTransactionOptions<ProposalVotesParams>,): Promise<readonly [bigint, bigint, bigint]>;
The options for the proposalVotes function.
let options: BaseTransactionOptions<ProposalVotesParams>;
let returnType: Promise<readonly [bigint, bigint, bigint]>;
The parsed result of the function call.