{
    "Function": "constructor",
    "File": "src/OperatorRegistry.sol",
    "Parent Contracts": [
        "src/Utils/Owned.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "constructor"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address _owner, address _timelock_address, bytes memory _withdrawal_pubkey) Owned(_owner) {\n        timelock_address = _timelock_address;\n        curr_withdrawal_pubkey = _withdrawal_pubkey;\n    }"
}