{
    "Function": "constructor",
    "File": "contracts/HubbleViewer.sol",
    "Parent Contracts": [
        "contracts/Interfaces.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(\n        IClearingHouse _clearingHouse,\n        IMarginAccount _marginAccount,\n        address _registry\n    ) {\n        clearingHouse = _clearingHouse;\n        marginAccount = _marginAccount;\n        registry = _registry;\n    }"
}