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

LiquityOpen

Description

Action for opening a liquity trove

Action ID

0x9784ddef

SDK Action

const liquityOpenAction = new dfs.actions.liquity.LiquityOpenAction(
    maxFeePercentage,
    collAmount,
    lusdAmount,
    from,
    to,
    upperHint,
    lowerHint
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated