Options
All
  • Public
  • Public/Protected
  • All
Menu

The namespace id structure describes namespace id

since

1.0

Hierarchy

  • NamespaceId

Index

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 Readonly fullName

fullName: string

Namespace full name

Readonly id

id: Id

Namespace id

Methods

encodeUnresolvedAddress

  • encodeUnresolvedAddress(networkType: NetworkType): Uint8Array

equals

  • equals(id: any): boolean

plain

  • plain(): string

toBuilder

  • toBuilder(): NamespaceIdDto

toDTO

  • toDTO(): any

toHex

  • toHex(): string

Static createFromEncoded

Generated using TypeDoc