Type Alias AggregatedReserveIncentiveData

AggregatedReserveIncentiveData: {
    aIncentiveData: IncentiveData;
    underlyingAsset: AccountAddress;
    vIncentiveData: IncentiveData;
}

Represents the aggregated incentive data for a reserve.

Type declaration