@hashgraph/solo
Preparing search index...
src/core/config/remote/interfaces/remote-config-data-struct
RemoteConfigDataStruct
Interface RemoteConfigDataStruct
interface
RemoteConfigDataStruct
{
clusters
:
Record
<
string
,
ClusterStruct
>
;
commandHistory
:
string
[]
;
components
:
ComponentsDataStruct
;
flags
:
RemoteConfigCommonFlagsStruct
;
lastExecutedCommand
:
string
;
metadata
:
RemoteConfigMetadataStruct
;
version
:
string
;
}
Index
Properties
clusters
command
History
components
flags
last
Executed
Command
metadata
version
Properties
clusters
clusters
:
Record
<
string
,
ClusterStruct
>
command
History
commandHistory
:
string
[]
components
components
:
ComponentsDataStruct
flags
flags
:
RemoteConfigCommonFlagsStruct
last
Executed
Command
lastExecutedCommand
:
string
metadata
metadata
:
RemoteConfigMetadataStruct
version
version
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
clusters
command
History
components
flags
last
Executed
Command
metadata
version
@hashgraph/solo
Loading...