UNPKG

@hashgraph/solo

Version:

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

8 lines (6 loc) 158 B
// SPDX-License-Identifier: Apache-2.0 export interface ClusterReferenceDefaultConfigClass { cacheDir: string; devMode: boolean; clusterRef: string; }