Export

Interface

Store

Hierarchy

  • Store

Properties

bannedDAppIds?: string[]

List of dapp ids that are banned in the store

Memberof

Store

The category of the store. You can assign one category to your store.

Memberof

Store

dappEnrich?: DappEnrich

Memberof

Store

description: string

description of the dApp Store.

Memberof

Store

developer?: DappDeveloper

Memberof

Store

featuredSections?: FeaturedSection

Memberof

Store

geoRestrictions?: DappGeoRestrictions

Memberof

Store

images?: StoreImages

Memberof

Store

isForMatureAudience: boolean

Boolean to signify if the store is for mature audience

Memberof

Store

isListed: boolean

Boolean to signify if the store is listed.

Memberof

Store

isSelfModerated?: boolean

Boolean to signify if the dApp developers have a moderation in place for the content posted/generated by the store or it's users

Memberof

Store

key?: string

Unique id of a store. it always end with .appstore

Memberof

Store

language: string

A string in ISO-639-1 which signifies the language of the dApp

Memberof

Store

listDate: string

The date on which this store is listed. This date can be a future date as well. This can not be in past.

Memberof

Store

minAge: number

The min age of user who should access this store

Memberof

Store

name: string

name of the dApp Store.

Memberof

Store

storeId: string

nft id of a store. it always end with .appstore

Memberof

Store

tags?: string[]

Memberof

Store

url: string

The URL of the store from where the webview will be loaded.

Memberof

Store

whitelistedDAppIds?: string[]

List of dapp ids that are whitelisted in the store

Memberof

Store

Generated using TypeDoc