Options
All
  • Public
  • Public/Protected
  • All
Menu

The mosaic id structure describes mosaic id

since

1.0

Hierarchy

  • MosaicId

Index

Constructors

Properties

Methods

Constructors

constructor

  • new MosaicId(id: string | number[]): MosaicId
  • Create MosaicId from mosaic id in form of array of number (ex: [3646934825, 3576016193]) or the hexadecimal notation thereof in form of a string.

    Parameters

    • id: string | number[]

    Returns MosaicId

Properties

Readonly id

id: Id

Mosaic id

Methods

equals

  • equals(other: any): boolean

toBuilder

  • toBuilder(): MosaicIdDto

toHex

  • toHex(): string

Static createFromNonce

Generated using TypeDoc