Quorum Votes
function quorumVotes() public pure returns (uint)GovernorAlpha gov = GovernorAlpha(0x123...); // contract address
uint quorum = gov.quorumVotes();const quorum = await gov.methods.quorumVotes().call();Last updated
Was this helpful?
function quorumVotes() public pure returns (uint)GovernorAlpha gov = GovernorAlpha(0x123...); // contract address
uint quorum = gov.quorumVotes();const quorum = await gov.methods.quorumVotes().call();Last updated
Was this helpful?
Was this helpful?