Proposal Threshold
function proposalThreshold() returns (uint)GovernorBravo gov = GovernorBravo(0x123...); // contract address
uint threshold = gov.proposalThreshold();const threshold = await gov.methods.proposalThreshold().call();Last updated
function proposalThreshold() returns (uint)GovernorBravo gov = GovernorBravo(0x123...); // contract address
uint threshold = gov.proposalThreshold();const threshold = await gov.methods.proposalThreshold().call();Last updated