ghostAaveV4Payback

Description

Payback a token a user borrowed from an AaveV4 market.

Action ID

0xe5585d1e

SDK Action

const aaveV4PaybackAction = new dfs.actions.aavev4.AaveV4PaybackAction(
    spoke,
    onBehalf,
    from,
    reserveId,
    amount,
    tokenAddress
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated