Documentation
    Preparing search index...

    Variable getUserTotalClaimedRewardConst

    getUserTotalClaimedReward: (address: string) => Promise<{ USDValue: number }> = ...

    Get user's total claimed rewards in USD value

    Fetches the total amount of rewards that a user has claimed historically, converted to USD value for easy comparison and display.

    Type declaration

      • (address: string): Promise<{ USDValue: number }>
      • Parameters

        • address: string

          User's wallet address or account cap

        Returns Promise<{ USDValue: number }>

        Object containing total claimed rewards in USD