quorum

Calls the "quorum" function on the contract.

Example

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

Parameters

The options for the quorum function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.