Function getLeaderboards

  • Parameters

    • args: {
          programId: string;
      }
      • programId: string

    Returns Promise<ILeaderboardPayload[]>

    Description

    Gets leaderboard list for a given program.

    Async

    Since

    0.1.0

    Example

    getLeaderboards({ programId: "xxxxx" }).then(leaderboards => console.log(leaderboards))
    

Generated using TypeDoc