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