Skip to content

NodeId.ts

Baterka edited this page Dec 21, 2019 · 3 revisions

Variables:

  • ipAddress: string
  • port: number
  • size: number

Methods:

  • constructor(ipAddress: string, port: number)
  • public toString(): string
  • public toNumber(): number
  • static fromJSON(json: { ipAddress: string, port: number }): NodeId
  • static fromString(string: string): NodeId
Clone this wiki locally