{
    "Function": "checkOperatorActiveAtBlockNumber",
    "File": "src/contracts/interfaces/IQuorumRegistry.sol",
    "Parent Contracts": [
        "src/contracts/interfaces/IRegistry.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function checkOperatorActiveAtBlockNumber(\n        address operator,\n        uint256 blockNumber,\n        uint256 stakeHistoryIndex\n        ) external view returns (bool);"
}