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