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