UNPKG

@hashgraph/solo

Version:

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

9 lines (6 loc) 213 B
// SPDX-License-Identifier: Apache-2.0 import {type NodeUpdateConfigClass} from './node-update-config-class.js'; export interface NodeUpdateContext { config: NodeUpdateConfigClass; upgradeZipHash: string; }