tokensByAttributes
Returns a list of token items (metadata) which match the contract id and passed filters.
tokensByAttributes(contractId: string, filters: string): Promise<FilteredMetadataResult[]>
Example:
filteredQuery.ts
Last updated