ghostAaveV4Supply

Description

Supply a token to an Aave spoke.

Action ID

0x06ecb781

SDK Action

const aaveV4SupplyAction = new dfs.actions.aavev4.AaveV4SupplyAction(
    spoke,
    onBehalf,
    from,
    reserveId,
    amount,
    useAsCollateral,
    tokenAddress
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated