@hashgraph/solo
    Preparing search index...
    interface RemoteConfigData {
        clusters: Record<string, Cluster>;
        commandHistory: string[];
        components: ComponentsDataWrapper;
        flags: CommonFlagsDataWrapper;
        lastExecutedCommand: string;
        metadata: RemoteConfigMetadata;
    }
    Index

    Properties

    clusters: Record<string, Cluster>
    commandHistory: string[]
    lastExecutedCommand: string