{
    "Function": "setConverter",
    "File": "contracts/v3/controllers/LegacyController.sol",
    "Parent Contracts": [
        "contracts/v3/interfaces/ILegacyController.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "onlyStrategist"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setConverter(\n        address _converter\n    )\n        external\n        onlyStrategist\n    {\n        converter = IConverter(_converter);\n    }"
}