Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • Issue asset operation constructor. Only the issuer of the asset can issue some funds until maxSupply is reached.

    Parameters

    • issuer: ChainObject

      asset issuer account id

    • assetToIssue: AssetAmount

      asset amount to issue

    • issueToAccount: ChainObject

      account id receiving the created funds

    • Optional memo: Memo

      optional memo for receiver

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

Properties

assetToIssue

assetToIssue: AssetAmount

extensions

extensions: any[] = []

Optional fee

Optional feeAssetId

feeAssetId: ChainObject

issueToAccount

issueToAccount: ChainObject

issuer

issuer: ChainObject

Optional memo

memo: Memo

type

Methods

setFee

  • setFee(fee?: Fee): void

Generated using TypeDoc