{
    "Function": "calc_withdraw_one_coin",
    "File": "contracts/v3/interfaces/IStableSwap3Pool.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function calc_withdraw_one_coin(uint _token_amount, int128 i) external view returns (uint);"
}