proposeRotationThresholdUpdate


An Intu account user can propose a change to the rotation threshold for the other users to vote on.


The rotation threshold percentage determines how many users in a vault are required to vote on rotating a user in or out of an Intu vault.

Arguments:

import { proposeRotationThresholdUpdate } from "@intuweb3/web";
proposeRotationThresholdUpdate(vaultAddress, newThreshold, signer);

How to createINTUContract

InputTypeDescription
vaultAddressstringaddress of the vault
newThresholdnumberPercentage you want to change the threshold to
signerObjectSigner object acquired from ethers or equivalent

Returns:

The function does not return any values.