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

    Interface RewardsPaginationInfo

    Pagination information for paginated reward queries.

    interface RewardsPaginationInfo {
        hasMore: boolean;
        nextCursor?: number;
    }
    Index
    hasMore: boolean

    True if more results exist beyond the returned set.

    nextCursor?: number

    Cursor for fetching the next page. Undefined if no more results.