Hierarchy

  • FilterOptions

Properties

allowedInCountries?: string[]

While filtering, an OR operation is performed on the elements of the array. This means that the dapp must be allowed in at least one of the countries in the array.

availableOnPlatform?: string[]

While filtering, an OR operation is performed on the elements of the array. This means that the dapp must be available on at least one of the platforms in the array.

blockedInCountries?: string[]

While filtering, an OR operation is performed on the elements of the array. This means that the dapp must be blocked in at least one of the countries in the array.

categories?: string[]
chainId?: number
developer?: {
    id?: string;
}

Type declaration

  • Optional id?: string
forMatureAudience?: boolean
isListed?: string | boolean
isMinted?: boolean
language?: string
limit?: number
listedOnOrAfter?: Date
listedOnOrBefore?: Date
minAge?: number
page?: string
searchById?: boolean
storeKey?: string
subCategory?: string[]

Generated using TypeDoc