Documentation
    Preparing search index...

    Variable getUserTotalClaimedRewardConst

    getUserTotalClaimedReward: (
        address: string,
        options?: Partial<MarketOption & ServiceEndpointOption>,
    ) => 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