Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NodeId

NodeId stores the 128bit UUID of the node

Hierarchy

  • NodeId

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new NodeId(array: Uint8Array): NodeId

Properties

Private _data

_data: Uint8Array

Accessors

data

  • get data(): Uint8Array
  • RFC 4122 compatible GUID - little-endian

    Returns Uint8Array

Methods

toString

  • toString(): string
  • Return a string representation of the GUID compatible with microsof representation scheme

    {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}

    Returns string

Generated using TypeDoc