{
    "Function": "calc_token_amount_withdraw",
    "File": "contracts/legacy/IConverter.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function calc_token_amount_withdraw(\n        uint _shares,\n        address _output\n    ) external view returns (uint _outputAmount);"
}