Options
All
  • Public
  • Public/Protected
  • All
Menu

The node info structure describes basic information of a node.

Hierarchy

  • NodeInfo

Index

Constructors

constructor

  • new NodeInfo(publicKey: string, networkGenerationHash: string, port: number, networkIdentifier: NetworkType, version: number, roles: RoleType, host: string, friendlyName: string): NodeInfo

Properties

friendlyName

friendlyName: string

host

host: string

The IP address of the endpoint.

networkGenerationHash

networkGenerationHash: string

The network generation hash

networkIdentifier

networkIdentifier: NetworkType

The network identifier.

port

port: number

The port used for the communication.

publicKey

publicKey: string

The public key used to identify the node.

roles

roles: RoleType

The roles of the application.

version

version: number

The version of the application.

Generated using TypeDoc