updateQuorumNumerator

Prepares a transaction to call the "updateQuorumNumerator" function on the contract.

Example

import { updateQuorumNumerator } from "thirdweb/extensions/vote";
const transaction = updateQuorumNumerator({
contract,
newQuorumNumerator: ...,
overrides: {
...
}
});
// Send the transaction
...

Parameters

Returns

A prepared transaction object.