A set of tournament records, may be part of a tournament records page or a batch of individual records.

Hierarchy

  • TournamentRecordList

Properties

next_cursor?: string

The cursor to send when retireving the next page, if any.

owner_records?: LeaderboardRecord[]

A batched set of tournament records belonging to specified owners.

prev_cursor?: string

The cursor to send when retrieving the previous page, if any.

records?: LeaderboardRecord[]

A list of tournament records.

Generated using TypeDoc