Function getAwardsList

  • Returns a list of all awards.

    Filter options

    • category - filters by the category that award belongs to,
    • isLegacy - filters by award's legacy status,
    • isEnabled - filters by award's enabled status.

    Sort options

    None so far!

    Usage

    const awardsAll: Award[] = await sdk.getAwardsList({ });
    

    Parameters

    Returns Promise<Award[]>

Generated using TypeDoc