Export

Interface

Dapp

Hierarchy

  • Dapp

Properties

appUrl?: string

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

Memberof

Dapp

availableOnPlatform: DappAvailableOnPlatformEnum[]

A string signifying if the dApp is available on which platform - web, iOS, android

Memberof

Dapp

The category of the dApp. You can assign one category to your dApp. The category you select is particularly important for your app's discoverability on the dApp Store. This will be the category in which the app appears when users browse the dApp Store or filter search results, and it determines placement on the dApps tab or Games.

Memberof

Dapp

cdn?: DappCdn

Memberof

Dapp

chains: number[]

Memberof

Dapp

contracts?: DappContracts[]

Memberof

Dapp

dappId: string

A Unique ID for each dApp

Memberof

Dapp

description: string

About dApp

Memberof

Dapp

developer: DappDeveloper

Memberof

Dapp

downloadBaseUrls?: (AppDownloadBaseUrl | WebDownloadBaseUrl)[]

Memberof

Dapp

geoRestrictions?: DappGeoRestrictions

Memberof

Dapp

images?: DappImages

Memberof

Dapp

isForMatureAudience: boolean

Boolean to signify if the dApp is for mature audience

Memberof

Dapp

isListed: boolean

Boolean to signify if the dApp is listed on the dApp store

Memberof

Dapp

isSelfModerated: boolean

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

Memberof

Dapp

language: string

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

Memberof

Dapp

listDate: string

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

Memberof

Dapp

metrics?: DappMetrics

Memberof

Dapp

minAge: number

The min age of user who should access this dApp

Memberof

Dapp

minted?: string

minted status, this is optional field

Memberof

Dapp

name: string

Dapp Name

Memberof

Dapp

privacyPolicyUrl?: string

Memberof

Dapp

referredBy?: DappReferredBy

Memberof

Dapp

repoUrl?: string

If this is in OpenSource, the URL of the repository

Memberof

Dapp

subCategory?: string

The sub-category of the dApp. You can assign one sub-category to your dApp. The sub-category you select is particularly important for your app's discoverability on the dApp Store. This will be the sub-category in which the app appears when users browse the dApp Store or filter search results.

Memberof

Dapp

support?: DappSupport

Memberof

Dapp

tags: string[]

Memberof

Dapp

version: string

The version of the dApp that is available on the dApp store

Memberof

Dapp

walletApiVersion?: string[]

Memberof

Dapp

Generated using TypeDoc