Search
Preparing search index...
The search index is not available
symbol-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
symbol-sdk
model/node/NodeInfo
NodeInfo
Class NodeInfo
The node info structure describes basic information of a node.
Hierarchy
NodeInfo
Index
Constructors
constructor
Properties
friendly
Name
host
network
Generation
Hash
Seed
network
Identifier
node
Public
Key
port
public
Key
roles
version
Constructors
constructor
new
Node
Info
(
publicKey
:
string
, networkGenerationHashSeed
:
string
, port
:
number
, networkIdentifier
:
NetworkType
, version
:
number
, roles
:
RoleType
[]
, host
:
string
, friendlyName
:
string
, nodePublicKey
?:
string
)
:
NodeInfo
Parameters
publicKey:
string
networkGenerationHashSeed:
string
port:
number
networkIdentifier:
NetworkType
version:
number
roles:
RoleType
[]
host:
string
friendlyName:
string
Optional
nodePublicKey:
string
Returns
NodeInfo
Properties
Readonly
friendly
Name
friendly
Name
:
string
Readonly
host
host
:
string
Readonly
network
Generation
Hash
Seed
network
Generation
Hash
Seed
:
string
Readonly
network
Identifier
network
Identifier
:
NetworkType
Optional
Readonly
node
Public
Key
node
Public
Key
:
string
Readonly
port
port
:
number
Readonly
public
Key
public
Key
:
string
Readonly
roles
roles
:
RoleType
[]
Readonly
version
version
:
number
Exports
model/node/
Node
Info
Node
Info
constructor
friendly
Name
host
network
Generation
Hash
Seed
network
Identifier
node
Public
Key
port
public
Key
roles
version
Generated using
TypeDoc
The node info structure describes basic information of a node.