UNPKG

@hashgraph/solo

Version:

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

9 lines (6 loc) 217 B
// SPDX-License-Identifier: Apache-2.0 import {type NodeDestroyConfigClass} from './node-destroy-config-class.js'; export interface NodeDestroyContext { config: NodeDestroyConfigClass; upgradeZipHash: string; }