Options
All
  • Public
  • Public/Protected
  • All
Menu

The namespace id structure describes namespace id

since

1.0

Hierarchy

  • NamespaceId

Index

Constructors

Properties

Methods

Constructors

constructor

  • Create NamespaceId from namespace string name (ex: nem or domain.subdom.subdome) or id in form of array number (ex: [929036875, 2226345261])

    Parameters

    • id: string | number[]

    Returns NamespaceId

Properties

Optional fullName

fullName: undefined | string

Namespace full name

id

id: Id

Namespace id

Methods

equals

  • equals(id: any): boolean

toDTO

  • toDTO(): { fullName: string; id: string }

toHex

  • toHex(): string

Static createFromEncoded

Generated using TypeDoc