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