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