{
    "Function": "sharesToUnderlying",
    "File": "src/contracts/strategies/StrategyWrapper.sol",
    "Parent Contracts": [
        "src/contracts/interfaces/IStrategy.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function sharesToUnderlying(uint256 amountShares) public pure override returns (uint256) {\n        return amountShares;\n    }"
}