Documentation
    Preparing search index...

    Variable getUserTotalClaimedRewardConst

    getUserTotalClaimedReward: (
        address: string,
        options?: Partial<MarketOption>,
    ) => 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,
            options?: Partial<MarketOption>,
        ): Promise<{ USDValue: number }>
      • Parameters

        • address: string

          User's wallet address or account cap

        • Optionaloptions: Partial<MarketOption>

        Returns Promise<{ USDValue: number }>

        Object containing total claimed rewards in USD