AaveBorrow

Description

Borrow a token from an Aave market

Notes

User borrows tokens from the Aave protocol

Action ID

0x5faaad42

SDK Action

const aaveBorrowAction = new dfs.actions.aave.AaveBorrowAction(
    market,
    tokenAddr,
    amount,
    rateMode,
    to,
    onBehalf
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?