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

Was this helpful?