@hashgraph/solo
Preparing search index...
src/data/schema/model/remote/remote-config
RemoteConfig
Class RemoteConfig
Index
Constructors
constructor
Properties
clusters
history
metadata
schema
Version
state
versions
Constructors
constructor
new
RemoteConfig
(
schemaVersion
?:
number
,
metadata
?:
RemoteConfigMetadata
,
versions
?:
ApplicationVersions
,
clusters
?:
Cluster
[]
,
state
?:
DeploymentState
,
history
?:
DeploymentHistory
,
)
:
RemoteConfig
Parameters
Optional
schemaVersion
:
number
Optional
metadata
:
RemoteConfigMetadata
Optional
versions
:
ApplicationVersions
Optional
clusters
:
Cluster
[]
Optional
state
:
DeploymentState
Optional
history
:
DeploymentHistory
Returns
RemoteConfig
Properties
clusters
clusters
:
Cluster
[]
history
history
:
DeploymentHistory
metadata
metadata
:
RemoteConfigMetadata
schema
Version
schemaVersion
:
number
state
state
:
DeploymentState
versions
versions
:
ApplicationVersions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
clusters
history
metadata
schema
Version
state
versions
@hashgraph/solo
Loading...