Skip to main content

proposeRemoveserInVault


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

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

Arguments:

import { proposeRemoveUserInVault } from "@intuweb3/web-exp";
let usersToRemove = 0x1;
proposeRemoveUserInVault(vaultAddress, userToRemove, signer);
InputTypeDescription
vaultAddressstringaddress of the vault
userToRemovestringAddress of the user you want to remove to the vault
signerObjectSigner object acquired from ethers or equivalent

Returns:

The function does not return any values.