@hashgraph/solo
    Preparing search index...
    interface NodePrepareUpgradeConfigClass {
        cacheDir: string;
        consensusNodes: ConsensusNode[];
        contexts: string[];
        deployment: string;
        freezeAdminPrivateKey: string;
        namespace: NamespaceName;
        nodeAliases: NodeAliases;
        nodeAliasesUnparsed: string;
        nodeClient: NodeClient;
        quiet: boolean;
        releaseTag: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cacheDir: string
    consensusNodes: ConsensusNode[]
    contexts: string[]
    deployment: string
    freezeAdminPrivateKey: string
    namespace: NamespaceName
    nodeAliases: NodeAliases
    nodeAliasesUnparsed: string
    nodeClient: NodeClient
    quiet: boolean
    releaseTag: string