AaveV3Payback

Description

Payback a token a user borrowed from an AaveV3 market

Notes

User paybacks tokens to the Aave protocol.

Action ID

0x17683e81

SDK Action

const aaveV3PaybackAction = new dfs.actions.aaveV3.AaveV3PaybackAction(
    useOnDefaultMarket,
    market,
    amount,
    from,
    rateMode,
    tokenAddress,
    assetId,
    useOnBehalf,
    onBehalf
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?