LiquityV2Close
Last updated
/// @param market The address of the LiquityV2 market (collateral branch)
/// @param from The address to pull the bold tokens from
/// @param to The address to send the tokens to
/// @param troveId The ID of the trove to close
struct Params {
address market;
address from;
address to;
uint256 troveId;
}return bytes32(collAmount);emit ActionEvent("LiquityV2Close", logData);
logger.logActionDirectEvent("LiquityV2Close", logData);
bytes memory logData = abi.encode(params);