Function getActiveRace

  • Returns a list of all the present and future races, sorting them by which starts the sooner.

    Usage

    const races: Race[] = await sdk.getActiveRace();
    

    Returns Promise<Race[]>

Generated using TypeDoc