Current Tournament ID

Gets the current tournament ID.

currentTournamentID

Gets the current tournament ID.

Syntax

currentTournamentID()

Returns

  • Number: Current tournament ID.

Example

const tournamentID = await sdk.currentTournamentID();
console.log(tournamentID);

Sample Return

5

Last updated