UNPKG

@hashgraph/solo

Version:

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

5 lines (4 loc) 146 B
import { type NodeStartConfigClass } from './node-start-config-class.js'; export interface NodeStartContext { config: NodeStartConfigClass; }