Liquidate Loan
/**
* @notice Function for users to liquidate a defaulted loan.
* @param _bidId The id of the loan to make the payment towards.
*/
function liquidateLoanFull(uint256 _bidId)
external
Last updated
/**
* @notice Function for users to liquidate a defaulted loan.
* @param _bidId The id of the loan to make the payment towards.
*/
function liquidateLoanFull(uint256 _bidId)
external
Last updated