Returns a list of all awards.
category
isLegacy
legacy
isEnabled
enabled
None so far!
const awardsAll: Award[] = await sdk.getAwardsList({ });
Generated using TypeDoc
Returns a list of all awards.
Filter options
category
- filters by the category that award belongs to,isLegacy
- filters by award'slegacy
status,isEnabled
- filters by award'senabled
status.Sort options
None so far!
Usage