UNPKG

@hashgraph/solo

Version:

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

5 lines (4 loc) 183 B
import { type NodePrepareUpgradeConfigClass } from './node-prepare-upgrade-config-class.js'; export interface NodePrepareUpgradeContext { config: NodePrepareUpgradeConfigClass; }