{
    "Function": "pushUpdatedMarketPricesToUpdateFloatIssuanceCalculations",
    "File": "contracts/contracts/interfaces/IStaker.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function pushUpdatedMarketPricesToUpdateFloatIssuanceCalculations(\n    uint32 marketIndex,\n    uint256 longTokenPrice,\n    uint256 shortTokenPrice,\n    uint256 longValue,\n    uint256 shortValue,\n    uint256 stakerTokenShiftIndex_to_longShortMarketPriceSnapshotIndex_mappingIfShiftExecuted\n  ) external virtual;"
}