aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface ApiRewardsGetPointsResponse

    Response containing the user's total accumulated reward points.

    interface ApiRewardsGetPointsResponse {
        totalPoints: number;
    }
    Index
    totalPoints: number

    Total accumulated points for this wallet across all epochs and domains.