Schema for dAppStore

Hierarchy

Properties

attributes?: {
    display_type: string;
    trait_type: string;
    value: string;
}[]
bannedDAppIds?: string[]
category?: string
categoryKeyword?: string
cdn?: {
    images?: {
        banner?: string;
        logo?: string;
        screenshots?: string[];
    };
}

Type declaration

  • Optional images?: {
        banner?: string;
        logo?: string;
        screenshots?: string[];
    }
    • Optional banner?: string
    • Optional logo?: string
    • Optional screenshots?: string[]
dappsEnrich?: EnrichSchema[]
description: string
developer?: DeveloperSchema
external_url?: string
featuredSections?: FeaturedSection[]
geoRestrictions?: {
    allowedCountries: string[];
    blockedCountries: string[];
}

Type declaration

  • allowedCountries: string[]
  • blockedCountries: string[]
githubId?: string
id?: string
image?: string
images?: {
    banner?: string;
    logo?: string;
    screenshots?: string[];
}

Type declaration

  • Optional banner?: string
  • Optional logo?: string
  • Optional screenshots?: string[]
isForMatureAudience: boolean
isListed: boolean
key: string
keyKeyword: string
language: string[]
listDate: string
minAge: number
name: string
storeId: string
storeIdKeyword: string
tags?: string[]
url: string
whitelistedDAppIds?: string[]

Generated using TypeDoc