Interface UseUserRewardsReturn

Represents the return value for useUserRewards hook.

Hierarchy

  • UseUserRewardsReturn

Properties

fetched: boolean

A boolean indicating if the user rewards have been fetched.

refresh: FetchUserRewardsMethod

Method to refresh the user rewards.

userRewardList: ExtendedUserReward[]

Deprecated

use userRewards instead

userRewards: ExtendedUserReward[]

A list of extended user rewards.

Generated using TypeDoc