IncentiveData: {
    incentiveControllerAddress: AccountAddress;
    rewardsTokenInformation: [RewardInfo];
    tokenAddress: AccountAddress;
}

Represents the incentive data for a specific token.

Type declaration

  • incentiveControllerAddress: AccountAddress
  • rewardsTokenInformation: [RewardInfo]
  • tokenAddress: AccountAddress