Type Alias UserIncentiveData
UserIncentiveData: { incentiveControllerAddress: AccountAddress; tokenAddress: AccountAddress; userRewardsInformation: [UserRewardInfo];} Type declaration
incentiveControllerAddress: AccountAddress
tokenAddress: AccountAddress
Represents the incentive data for a user.