Calls the "quorumDenominator" function on the contract.
import { quorumDenominator } from "thirdweb/extensions/vote"; const result = await quorumDenominator({ contract,});
function quorumDenominator( options: BaseTransactionOptions,): Promise<bigint>;
The options for the quorumDenominator function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<bigint>;
The parsed result of the function call.