UNPKG

@hashgraph/solo

Version:

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

11 lines (10 loc) 387 B
import { type ClusterReferenceName } from '../../../types/index.js'; import { type UserIdentitySchema } from '../../../data/schema/model/common/user-identity-schema.js'; export interface ClusterReferenceConnectConfigClass { cacheDir: string; devMode: boolean; quiet: boolean; userIdentity: UserIdentitySchema; clusterRef: ClusterReferenceName; context: string; }