UNPKG

@hashgraph/solo

Version:

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

5 lines (4 loc) 142 B
import { type NodeLogsConfigClass } from './node-logs-config-class.js'; export interface NodeLogsContext { config: NodeLogsConfigClass; }