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'slegacystatus,isEnabled- filters by award'senabledstatus.Sort options
None so far!
Usage