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