Calls the "getVotesWithParams" function on the contract.
import { getVotesWithParams } from "thirdweb/extensions/vote"; const result = await getVotesWithParams({ contract, account: ..., blockNumber: ..., params: ...,});
function getVotesWithParams( options: BaseTransactionOptions<GetVotesWithParamsParams>,): Promise<bigint>;
The options for the getVotesWithParams function.
let options: BaseTransactionOptions<GetVotesWithParamsParams>;
let returnType: Promise<bigint>;
The parsed result of the function call.