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