UNPKG

@hashgraph/solo

Version:

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

5 lines (4 loc) 154 B
import { type NodeRestartConfigClass } from './node-restart-config-class.js'; export interface NodeRestartContext { config: NodeRestartConfigClass; }