function getReservesIncentivesData(IPoolAddressesProvider provider)
function getUserReservesIncentivesData(IPoolAddressesProvider provider, address user)
UserReserveIncentiveData[]
for the given user
for the pool associated with given .function getFullReservesIncentiveData(IPoolAddressesProvider provider, address user)
AggregatedReserveIncentiveData[]
and UserReserveIncentiveData[]
for the given user
for the pool associated with given provider
.