IExitPositionsManager
Functions
withdrawLogic
function withdrawLogic(
address _poolToken,
uint256 _amount,
address _supplier,
address _receiver,
uint256 _maxGasForMatching
) external;
repayLogic
function repayLogic(
address _poolToken,
address _repayer,
address _onBehalf,
uint256 _amount,
uint256 _maxGasForMatching
) external;
liquidateLogic
function liquidateLogic(address _poolTokenBorrowed, address _poolTokenCollateral, address _borrower, uint256 _amount)
external;
increaseP2PDeltasLogic
function increaseP2PDeltasLogic(address _poolToken, uint256 _amount) external;