Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • Update asset operation constructor.

    Parameters

    • issuer: ChainObject

      account id issuing the asset

    • assetToUpdate: ChainObject

      asset to update

    • coreExchangeRate: ExchangeRate

      new exchange rate

    • newDescription: string

      new description

    • exchangeable: boolean

      enable converting the asset to DCT, so it can be used to pay for fees

    • maxSupply: Long

      new max supply

    • Optional newIssuer: ChainObject

      a new issuer account id

    • 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 AssetUpdateOperation

Properties

assetToUpdate

assetToUpdate: ChainObject

coreExchangeRate

coreExchangeRate: ExchangeRate

exchangeable

exchangeable: boolean

extensions

extensions: any[] = []

Optional fee

Optional feeAssetId

feeAssetId: ChainObject

issuer

issuer: ChainObject

maxSupply

maxSupply: Long

newDescription

newDescription: string

Optional newIssuer

newIssuer: ChainObject

type

Methods

setFee

  • setFee(fee?: Fee): void

Generated using TypeDoc