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: BaseTransactionOptions;
let returnType: Promise<bigint>;
The parsed result of the function call.