Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AssetsConfig

label

COMMON

interface

AssetsConfig

description

The dApp assets configuration. This configuration object is used to determine which mosaics are used from the dHealth Network and how they should be formatted.

link

AssetsConfig

since

v0.3.0

Hierarchy

  • AssetsConfig

Index

Properties

Properties

A discoverable asset configuration object. This configuration field consists of a key as listed in AssetType and a parameters object as defined by AssetParameters.

example

Example assets configuration object

{
assets: {
base: { ... },
earn: { ... }
}
}
link

DiscoverableAssetsMap

access

public

var

{DiscoverableAssetsMap}

boosters?: BoosterAssetsMap

A payable booster assets configuration object. This configuration field consists of a booster group and AssetParameters map.

example

Example boosters configuration object

{
boosters: {
referral: {
boost5: { ... },
boost10: { ... },
boost15: { ... }
}
}
}
link

BoosterGroup

link

DiscoverableAssetsMap

access

public

var

{BoosterAssetsMap}

Generated using TypeDoc