For the complete documentation index, see llms.txt. This page is also available as Markdown.

AaveV3ClaimRewards

Description

Claims single reward type specified by reward for the list of assets. Rewards are received by to address.

Action ID

0x3c4556e9

SDK Action

const aaveV3ClaimRewardsAction = new dfs.actions.aaveV3.AaveV3ClaimRewardsAction(
    assetsLength,
    amount,
    to,
    reward,
    assets
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated