voteAgainst


Intu vault user can vote against a proposal in the vault

User can view the proposal with the getProposalInfos function.

linktofunction

Arguments:

import { voteAgainst } from "@intuweb3/web";
voteAgainst(vaultAddress, proposalId, signer);

Link to getproposalInfos

InputTypeDescription
vaultAddressstringaddress of the vault
proposalIdnumberProposal Id
signerObjectSigner object acquired from ethers or equivalent

Returns:

The function does not return any values.