{
    "Function": "getExpectedTokenValue",
    "File": "contracts/test/LibraryWrapper.sol",
    "Parent Contracts": [
        "contracts/helpers/StrategyTypes.sol"
    ],
    "High-Level Calls": [
        "StrategyLibrary"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "getExpectedTokenValue"
    ],
    "Low-Level Calls": [],
    "Code": "function getExpectedTokenValue(uint256 total, address token) external view returns (int256) {\n        return StrategyLibrary.getExpectedTokenValue(total, address(strategy), token);\n    }"
}