Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AssetParameters

label

COMMON

description

This interface consists of a set of configuration fields that must be provided to configure a custom asset than can be discovered and processed.

example

Using the AssetParameters type to configure assets

{
mosaicId: "39E0C49FA322A459",
namespaceId: "9D8930CDBB417337",
divisibility: 6,
symbol: "DHP"
}
link

AssetsConfig

since

v0.3.0

Hierarchy

  • AssetParameters

Index

Properties

divisibility: string | number
mosaicId: string
namespaceId?: string
symbol: string

Generated using TypeDoc