Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Token

Implements

Index

Constructors

constructor

Properties

Private #client

#client: HttpClient

Readonly consumesAssets

consumesAssets: boolean

Readonly createdAt

createdAt: Date

The number of seconds since the Unix epoch when this model was created

Readonly creator

creator: IdentityId

Readonly grant

Readonly id

The model's unique ID.

Optional Readonly name

name: string

Readonly transferability

transferability: TokenTransferability

Methods

addAsset

  • Adds an asset to this token. The asset must be held by the escrow identity and not have been consumed by another token.

    Parameters

    Returns Promise<TokenizationReceipt>

delete

  • delete(): Promise<void>
  • Returns Promise<void>

listTransfers

removeAsset

  • removeAsset(asset: AssetId): Promise<void>
  • Removes an asset from this token. You must hold the entire supply of the token to do this. If this token previously consumed the asset, it will again become available to tokenize.

    Parameters

    Returns Promise<void>

searchAssets

transfer

Generated using TypeDoc