For the complete documentation index, see llms.txt. This page is also available as Markdown.

LiquityWithdraw

Description

Action for withdrawing collateral from Liquity Trove

Notes

Withdraws collateral from the trove

Action ID

0xeb0c03cd

SDK Action

const liquityWithdrawAction = new dfs.actions.liquity.LiquityWithdrawAction(
    collAmount,
    to,
    upperHint,
    lowerHint
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated