Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IdGenerator

Index

Methods

Static generateMosaicId

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

    Parameters

    • nonce: any

      The mosaic nonce.

    • ownerPublicId: any

      The public id.

    Returns number[]

    The mosaic id.

Static generateNamespacePath

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

    Parameters

    • name: string

      The unified namespace name.

    Returns never[]

    The namespace path.

Generated using TypeDoc