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

    Interface ApiRewardsGetHistoryResponse

    Response containing the user's rewards history.

    interface ApiRewardsGetHistoryResponse {
        history: RewardsHistoryEntry[];
        pagination: RewardsPaginationInfo;
    }
    Index

    Array of historical reward entries.

    Pagination info.