Fortress
Search…
Fortress Credit and Lending
FTS Tokenomics
Supplying Assets
Borrowing Assets
FAI Stablecoin (Depreciated)
Interest Rates
Governance
FTS
Delegate
Delegate By Signature
Get Current Votes
Get Prior Votes
Fortress Governance
Quorum Votes
Proposal Threshold
Proposal Max Operations
Voting Delay
Voting Period
Propose
Queue
Execute
Cancel
Get Actions
Get Receipt
State
Cast Vote
Cast Vote By Signature
Timelock
Pause Guardian
Forced Liquidations
Smart Contracts
Guides
Road Map
Protocol Documentation
Getting Started
fTokens
Unitroller
Security
Powered By
GitBook
Proposal Threshold
The minimum number of votes required for an account to create a proposal.
function proposalThreshold() returns (uint)
RETURN: The minimum number of votes required for an account to create a proposal.
Solidity
GovernorAlpha gov = GovernorAlpha(0x123...); // contract address
uint threshold = gov.proposalThreshold();
Web3 1.2.6
const threshold = await gov.methods.proposalThreshold().call();
Previous
Quorum Votes
Next
Proposal Max Operations
Last modified
1yr ago
Copy link
Outline
Solidity
Web3 1.2.6