UNPKG

@hashgraph/solo

Version:

An opinionated CLI tool to deploy and manage private Hedera Networks.

10 lines (7 loc) 243 B
// SPDX-License-Identifier: Apache-2.0 import {type NodeUpgradeConfigClass} from './node-upgrade-config-class.js'; export interface NodeUpgradeContext { config: NodeUpgradeConfigClass; upgradeZipHash: string; upgradeVersion: string; }