Options
All
  • Public
  • Public/Protected
  • All
Menu

Object containing information of a namespace.

Hierarchy

  • NamespaceInfo

Index

Constructors

constructor

Properties

Readonly active

active: boolean

Namespace is active.

Readonly alias

alias: Alias

Readonly depth

depth: number

The level of namespace.

Readonly endHeight

endHeight: UInt64

The height at which the ownership ends.

Readonly index

index: number

The namespace index.

Readonly levels

levels: NamespaceId[]

The namespace id levels.

Readonly ownerAddress

ownerAddress: Address

The namespace owner's address.

Readonly parentId

parentId: NamespaceId

The namespace parent id.

Readonly recordId

recordId: string

The meta data id.

Readonly registrationType

registrationType: number

The namespace registration type, namespace and sub namespace.

Readonly startHeight

startHeight: UInt64

The height at which the ownership begins.

Readonly version

version: number

Version

Accessors

id

Methods

Private getAliasBuilder

  • getAliasBuilder(namespaceInfo: NamespaceInfo): NamespaceAliasBuilder

Private getNamespacePath

hasAlias

  • hasAlias(): boolean

isRoot

  • isRoot(): boolean

isSubnamespace

  • isSubnamespace(): boolean

parentNamespaceId

serialize

Private sortNamespaceInfo

Generated using TypeDoc