@hashgraph/solo
Preparing search index...
src/data/schema/model/remote/interfaces/remote-config-structure
RemoteConfigStructure
Interface RemoteConfigStructure
interface
RemoteConfigStructure
{
clusters
:
ClusterSchema
[]
;
history
:
DeploymentHistorySchema
;
metadata
:
RemoteConfigMetadataSchema
;
schemaVersion
:
number
;
state
:
DeploymentStateSchema
;
versions
:
ApplicationVersionsSchema
;
}
Implemented by
RemoteConfigSchema
Index
Properties
clusters
history
metadata
schema
Version
state
versions
Properties
clusters
clusters
:
ClusterSchema
[]
history
history
:
DeploymentHistorySchema
metadata
metadata
:
RemoteConfigMetadataSchema
schema
Version
schemaVersion
:
number
state
state
:
DeploymentStateSchema
versions
versions
:
ApplicationVersionsSchema
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
clusters
history
metadata
schema
Version
state
versions
@hashgraph/solo
Loading...