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