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