{
    "Function": "getAmountSyntheticTokenToMintOnTargetSide",
    "File": "contracts/contracts/interfaces/ILongShort.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getAmountSyntheticTokenToMintOnTargetSide(\n    uint32 marketIndex,\n    uint256 amountSyntheticTokenShiftedFromOneSide,\n    bool isShiftFromLong,\n    uint256 priceSnapshotIndex\n  ) public view virtual returns (uint256 amountSynthShiftedToOtherSide);"
}