Type Alias UserReserveIncentiveData

UserReserveIncentiveData: {
    aTokenIncentivesUserData: UserIncentiveData;
    underlyingAsset: AccountAddress;
    vTokenIncentivesUserData: UserIncentiveData;
}

Represents the incentive data for a user's reserve.

Type declaration