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

The alias linked to a namespace.

Readonly depth

depth: number

The level of namespace.

Readonly endHeight

endHeight: UInt64

Readonly index

index: number

The namespace index.

Readonly levels

levels: NamespaceId[]

The namespace id levels.

Readonly metaId

metaId: string

The meta data id.

Readonly owner

The owner of the namespace.

Private Readonly parentId

parentId: NamespaceId

The namespace parent id.

Private Readonly registrationType

registrationType: number

The namespace registration type, namespace and sub namespace.

Readonly startHeight

startHeight: UInt64

The height at which the ownership begins.

Accessors

id

Methods

hasAlias

  • hasAlias(): boolean

isRoot

  • isRoot(): boolean

isSubnamespace

  • isSubnamespace(): boolean

parentNamespaceId

Generated using TypeDoc