@hashgraph/solo
    Preparing search index...
    interface RemoteConfigDataStruct {
        clusters: Record<string, ClusterStruct>;
        commandHistory: string[];
        components: ComponentsDataStruct;
        flags: RemoteConfigCommonFlagsStruct;
        lastExecutedCommand: string;
        metadata: RemoteConfigMetadataStruct;
        version: string;
    }
    Index

    Properties

    clusters: Record<string, ClusterStruct>
    commandHistory: string[]
    lastExecutedCommand: string
    version: string