{
    "Function": "strategyState",
    "File": "contracts/interfaces/IStrategyController.sol",
    "Parent Contracts": [
        "contracts/helpers/StrategyTypes.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function strategyState(address strategy) external view returns (StrategyState memory);"
}