interface NodePrepareUpgradeConfigClass {
    cacheDir: string;
    consensusNodes: ConsensusNode[];
    contexts: string[];
    deployment: string;
    freezeAdminPrivateKey: string;
    getUnusedConfigs: () => string[];
    namespace: NamespaceName;
    nodeClient: any;
    releaseTag: string;
}

Properties

cacheDir: string
consensusNodes: ConsensusNode[]
contexts: string[]
deployment: string
freezeAdminPrivateKey: string
getUnusedConfigs: () => string[]
namespace: NamespaceName
nodeClient: any
releaseTag: string