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 Max Operations
The maximum number of actions that can be included in a proposal. Actions are functions calls that will be made when a proposal succeeds and executes.
function proposalMaxOperations() returns (uint)
RETURN: The maximum number of actions that can be included in a proposal.
Solidity
GovernorAlpha gov = GovernorAlpha(0x123...); // contract address
uint operations = gov.proposalMaxOperations();
Web3 1.2.6
const operations = await gov.methods.proposalMaxOperations().call();
Previous
Proposal Threshold
Next
Voting Delay
Last modified
1yr ago
Copy link
Outline
Solidity
Web3 1.2.6