{
    "Function": "isQuorumValid",
    "File": "contracts/interfaces/aaveV2/IProposalValidator.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function isQuorumValid(IAaveGovernanceV2 governance, uint256 proposalId)\n    external\n    view\n    returns (bool);"
}