@hashgraph/solo
Preparing search index...
src/data/schema/model/remote/state/consensus-node-state
ConsensusNodeState
Class ConsensusNodeState
Index
Constructors
constructor
Properties
cluster
id
name
namespace
phase
Constructors
constructor
new
ConsensusNodeState
(
id
?:
number
,
name
?:
string
,
namespace
?:
string
,
cluster
?:
string
,
phase
?:
DeploymentPhase
,
)
:
ConsensusNodeState
Parameters
Optional
id
:
number
Optional
name
:
string
Optional
namespace
:
string
Optional
cluster
:
string
Optional
phase
:
DeploymentPhase
Returns
ConsensusNodeState
Properties
cluster
cluster
:
string
id
id
:
number
name
name
:
string
namespace
namespace
:
string
phase
phase
:
DeploymentPhase
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cluster
id
name
namespace
phase
@hashgraph/solo
Loading...