Queue
function queue(uint proposalId)GovernorAlpha gov = GovernorAlpha(0x123...); // contract address
gov.queue(proposalId);const tx = gov.methods.queue(proposalId).send({ from: sender });Last updated
Was this helpful?
function queue(uint proposalId)GovernorAlpha gov = GovernorAlpha(0x123...); // contract address
gov.queue(proposalId);const tx = gov.methods.queue(proposalId).send({ from: sender });Last updated
Was this helpful?
Was this helpful?