proposeAdminThresholdUpdate


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


The admin threshold determines how many users are required to vote before a threshold change can be completed, or a name change for the vault - things like that.

Arguments:

import { proposeAdminThresholdUpdate } from "@intuweb3/web";
proposeAdminThresholdUpdate(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.