Cast Vote
const aquarius = new Aquarius(window.ethereum);
(async function() {
const castVoteTx = await aquarius.castVote(12, 1);
console.log('Ethers.js transaction object', castVoteTx);
})().catch(console.error);Last updated
const aquarius = new Aquarius(window.ethereum);
(async function() {
const castVoteTx = await aquarius.castVote(12, 1);
console.log('Ethers.js transaction object', castVoteTx);
})().catch(console.error);Last updated