Action for claiming collateral from Liquity
NotesClaims remaining collateral from the user's closed Trove
Notes
Claims remaining collateral from the user's closed Trove
0x9e9da920
const liquityClaimAction = new dfs.actions.liquity.LiquityClaimAction( to );
STANDARD_ACTION
/// @param to Address that will receive the collateral struct Params { address to; }
Last updated 1 year ago
return bytes32(claimedColl);
emit ActionEvent("LiquityClaim", logData); logger.logActionDirectEvent("LiquityClaim", logData); bytes memory logData = abi.encode(params);