LlamaLendSelfLiquidate
Last updated
/// @param controllerAddress Address of the llamalend market controller
/// @param minDebtAssetExpected Minimum amount of debt asset as collateral for the user to have
/// @param from Address from which to pull debt asset if needed
/// @param to Address that will receive the debt asset and collateral asset
struct Params {
address controllerAddress;
uint256 minDebtAssetExpected;
address from;
address to;
}return bytes32(amountPulled);emit ActionEvent("LlamaLendSelfLiquidate", logData);
logger.logActionDirectEvent("LlamaLendSelfLiquidate", logData);
bytes memory logData = abi.encode(params);