proposeAddUserInVault


An Intu account user can propose a new user they want to add to the vault.

The user will be able to be added to the vault after the rotation threshold of votes is met.

Arguments:

import { proposeAddUserInVault } from "@intuweb3/web";
proposeAddUserInVault(vaultAddress, userToAdd, signer);

How to createINTUContract

InputTypeDescription
vaultAddressstringaddress of the vault
userToAddstringAddress of the user you want to add to the vault
signerObjectSigner object acquired from ethers or equivalent

Returns:

The function does not return any values.