{
    "Function": "proposalMaxOperations",
    "File": "contracts/governance/GovernorAlpha.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function proposalMaxOperations() public pure returns (uint256) {\n        return 10; // 10 actions\n    }"
}