Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • Create Asset operation constructor.

    Parameters

    • issuer: ChainObject

      account id issuing the asset

    • symbol: string

      the string symbol, 3-16 uppercase chars

    • precision: AssetPrecision

      base unit precision, decimal places used in string representation

    • description: string

      optional description

    • options: AssetOptions

      asset options

    • Optional monitoredOptions: MonitoredAssetOpts

      options for monitored asset

    • Optional fee: Fee

      fee for the operation or asset id, if left undefined the fee will be computed in DCT asset. When set, the request might fail if the asset is not convertible to DCT or conversion pool is not large enough

    Returns AssetCreateOperation

Properties

description

description: string

extensions

extensions: any[] = []

Optional fee

Optional feeAssetId

feeAssetId: ChainObject

issuer

issuer: ChainObject

Optional monitoredOptions

monitoredOptions: MonitoredAssetOpts

options

options: AssetOptions

precision

precision: number

symbol

symbol: string

type

Methods

setFee

  • setFee(fee?: Fee): void

Generated using TypeDoc