{
    "Function": "getVotesWithParams",
    "File": "contracts/lib/openzeppelin-contracts/contracts/governance/IGovernor.sol",
    "Parent Contracts": [
        "contracts/lib/openzeppelin-contracts/contracts/utils/introspection/IERC165.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getVotesWithParams(\n        address account,\n        uint256 blockNumber,\n        bytes memory params\n    ) public view virtual returns (uint256);"
}