@hashgraph/solo
    Preparing search index...
    interface RemoteConfigStructure {
        clusters: ClusterSchema[];
        history: DeploymentHistorySchema;
        metadata: RemoteConfigMetadataSchema;
        schemaVersion: number;
        state: DeploymentStateSchema;
        versions: ApplicationVersionsSchema;
    }

    Implemented by

    Index

    Properties

    clusters: ClusterSchema[]
    schemaVersion: number