Constructors

Properties

customDomain: string

Custom domain of the ecosystem.

dashboardExamples?: {
    [key: string]: PlayerMetadataValue;
}[]

Examples of the ecosystem.

Type declaration

dashboardSDKs?: {
    [key: string]: PlayerMetadataValue;
}[]

SDKs of the ecosystem.

Type declaration

documentationUrl?: string

Documentation URL of the ecosystem.

ecosystemWalletDomains?: string[]

URLs where the ecosystem wallet is hosted.

faviconUrl?: string

Favicon URL

logoUrl: string

Logo URL of the ecosystem.

primaryColor: string

Primary color of the ecosystem.

primaryColorForeground: string

Primary color foreground of the ecosystem.

privacyPolicyUrl?: string

Privacy policy URL

radius: string

Radius of the ecosystem.

supportEmail?: string

Support email of the ecosystem.

termsOfServiceUrl?: string

Terms of service URL

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods