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 create
INTUContract
Input | Type | Description |
---|---|---|
vaultAddress | string | address of the vault |
newThreshold | number | Percentage you want to change the threshold to |
signer | Object | Signer object acquired from ethers or equivalent |
Returns:
The function does not return any values.