quorum

Calls the "quorum" function on the contract.

Example

import { quorum } from "thirdweb/extensions/vote";
const result = await quorum({
contract,
blockNumber: ...,
});

Parameters

Returns

The parsed result of the function call.