IUpdateLeverage
UpdateLeverageInput
struct UpdateLeverageInput {
address user;
uint32 index;
uint24 newLeverage;
}UpdateLeverageValues
struct UpdateLeverageValues {
uint256 newLeverage;
uint256 newCollateralAmount;
uint256 liqPrice;
uint256 govFeeCollateral;
}Was this helpful?