{
    "Function": "constructor",
    "File": "contracts/test/LibraryWrapper.sol",
    "Parent Contracts": [
        "contracts/helpers/StrategyTypes.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address oracle_, address strategy_) public {\n        oracle = IOracle(oracle_);\n        strategy = IStrategy(strategy_);\n    }"
}