UNPKG

@hashgraph/solo

Version:

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

6 lines (5 loc) 178 B
import { type NodeUpdateConfigClass } from './node-update-config-class.js'; export interface NodeUpdateContext { config: NodeUpdateConfigClass; upgradeZipHash: string; }