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