@hashgraph/solo
Preparing search index...
src/data/schema/model/remote/interfaces/deployment-state-structure
DeploymentStateStructure
Interface DeploymentStateStructure
interface
DeploymentStateStructure
{
blockNodes
:
BlockNodeStateSchema
[]
;
componentIds
:
ComponentIdsStructure
;
consensusNodes
:
ConsensusNodeStateSchema
[]
;
envoyProxies
:
EnvoyProxyStateSchema
[]
;
explorers
:
ExplorerStateSchema
[]
;
haProxies
:
HaProxyStateSchema
[]
;
ledgerPhase
:
LedgerPhase
;
mirrorNodes
:
MirrorNodeStateSchema
[]
;
relayNodes
:
RelayNodeStateSchema
[]
;
}
Implemented by
DeploymentStateSchema
Index
Properties
block
Nodes
component
Ids
consensus
Nodes
envoy
Proxies
explorers
ha
Proxies
ledger
Phase
mirror
Nodes
relay
Nodes
Properties
block
Nodes
blockNodes
:
BlockNodeStateSchema
[]
component
Ids
componentIds
:
ComponentIdsStructure
consensus
Nodes
consensusNodes
:
ConsensusNodeStateSchema
[]
envoy
Proxies
envoyProxies
:
EnvoyProxyStateSchema
[]
explorers
explorers
:
ExplorerStateSchema
[]
ha
Proxies
haProxies
:
HaProxyStateSchema
[]
ledger
Phase
ledgerPhase
:
LedgerPhase
mirror
Nodes
mirrorNodes
:
MirrorNodeStateSchema
[]
relay
Nodes
relayNodes
:
RelayNodeStateSchema
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
block
Nodes
component
Ids
consensus
Nodes
envoy
Proxies
explorers
ha
Proxies
ledger
Phase
mirror
Nodes
relay
Nodes
@hashgraph/solo
Loading...