Preparing search index...
The search index is not available
@hashgraph/solo
@hashgraph/solo
src/types
GenesisNetworkNodeStructure
Interface GenesisNetworkNodeStructure
interface
GenesisNetworkNodeStructure
{
accountId
:
NodeAccountId
;
adminKey
:
PublicKey
;
deleted
:
boolean
;
description
:
string
;
gossipCaCertificate
:
string
;
gossipEndpoint
:
ServiceEndpoint
[]
;
grpcCertificateHash
:
string
;
nodeId
:
number
;
serviceEndpoint
:
ServiceEndpoint
[]
;
weight
:
number
;
}
Index
Properties
account
Id
admin
Key
deleted
description
gossip
Ca
Certificate
gossip
Endpoint
grpc
Certificate
Hash
node
Id
service
Endpoint
weight
Properties
account
Id
accountId
:
NodeAccountId
admin
Key
adminKey
:
PublicKey
deleted
deleted
:
boolean
description
description
:
string
gossip
Ca
Certificate
gossipCaCertificate
:
string
gossip
Endpoint
gossipEndpoint
:
ServiceEndpoint
[]
grpc
Certificate
Hash
grpcCertificateHash
:
string
node
Id
nodeId
:
number
service
Endpoint
serviceEndpoint
:
ServiceEndpoint
[]
weight
weight
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Id
admin
Key
deleted
description
gossip
Ca
Certificate
gossip
Endpoint
grpc
Certificate
Hash
node
Id
service
Endpoint
weight
@hashgraph/solo
Loading...