Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IdGenerator

Index

Constructors

constructor

Methods

Static generateMosaicId

  • generateMosaicId(nonce: any, ownerAddress: any): number[]
  • Generates a mosaic id given a nonce and a address.

    Parameters

    • nonce: any

      The mosaic nonce.

    • ownerAddress: any

      The address.

    Returns number[]

    The mosaic id.

Static generateNamespacePath

  • generateNamespacePath(name: string): number[]
  • Parses a unified namespace name into a path.

    Parameters

    • name: string

      The unified namespace name.

    Returns number[]

    The namespace path.

Generated using TypeDoc