Cast Vote
function castVote(uint proposalId, bool support)GovernorAlpha gov = GovernorAlpha(0x123...); // contract address
gov.castVote(proposalId, true);const tx = gov.methods.castVote(proposalId, false).send({ from: sender });Last updated
function castVote(uint proposalId, bool support)GovernorAlpha gov = GovernorAlpha(0x123...); // contract address
gov.castVote(proposalId, true);const tx = gov.methods.castVote(proposalId, false).send({ from: sender });Last updated