UNPKG

@hashgraph/solo

Version:

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

10 lines (7 loc) 272 B
// SPDX-License-Identifier: Apache-2.0 import {type ClusterReferenceSetupConfigClass} from './cluster-reference-setup-config-class.js'; export interface ClusterReferenceSetupContext { config: ClusterReferenceSetupConfigClass; valuesArg: string; context: string; }