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

LiquityV2Supply

Description

Supplies a token to a LiquityV2 trove on a specific market

Action ID

0xaaf3b40f

SDK Action

const liquityV2SupplyAction = new dfs.actions.liquityV2.LiquityV2SupplyAction(
    market,
    from,
    collToken,
    troveId,
    amount
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated