@hashgraph/solo
Preparing search index...
src/data/schema/model/remote/remote-config-schema
RemoteConfigSchema
Class RemoteConfigSchema
Index
Constructors
constructor
Properties
clusters
history
metadata
schema
Version
state
versions
SCHEMA_
VERSION
Constructors
constructor
new
RemoteConfigSchema
(
schemaVersion
?:
number
,
metadata
?:
RemoteConfigMetadataSchema
,
versions
?:
ApplicationVersionsSchema
,
clusters
?:
ClusterSchema
[]
,
state
?:
DeploymentStateSchema
,
history
?:
DeploymentHistorySchema
,
)
:
RemoteConfigSchema
Parameters
Optional
schemaVersion
:
number
Optional
metadata
:
RemoteConfigMetadataSchema
Optional
versions
:
ApplicationVersionsSchema
Optional
clusters
:
ClusterSchema
[]
Optional
state
:
DeploymentStateSchema
Optional
history
:
DeploymentHistorySchema
Returns
RemoteConfigSchema
Properties
clusters
clusters
:
ClusterSchema
[]
history
history
:
DeploymentHistorySchema
metadata
metadata
:
RemoteConfigMetadataSchema
schema
Version
schemaVersion
:
number
state
state
:
DeploymentStateSchema
versions
versions
:
ApplicationVersionsSchema
Static
Readonly
SCHEMA_
VERSION
SCHEMA_VERSION
:
Version
<
number
>
= ...
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
clusters
history
metadata
schema
Version
state
versions
SCHEMA_
VERSION
@hashgraph/solo
Loading...