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

LiquitySupply

Description

Action for supplying collateral to Liquity Trove

Notes

Supplies collateral to the users trove

Action ID

0x7fe3a181

SDK Action

const liquitySupplyAction = new dfs.actions.liquity.LiquitySupplyAction(
    collAmount,
    from,
    upperHint,
    lowerHint
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated