proposeTransactionThresholdUpdate


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


The transaction threshold percentage determines how many users in a vault are required to sign a transaction prior to sending the transaction

Arguments:

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