LlamaLendPayback

Description

Action that pays back debt asset to a llamalend position

Action ID

0x48ef1f07

SDK Action

const llamaLendPaybackAction = new dfs.actions.llamalend.LlamaLendPaybackAction(
    controllerAddress,
    from,
    onBehalfOf,
    to,
    debtAmount,
    maxActiveBand,
    debtAsset
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?