UNPKG

@hashgraph/solo

Version:

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

8 lines (7 loc) 299 B
/** Location information for a deployment discovered from a remote-config ConfigMap. */ export type RemoteDeploymentInfo = { /** Kubernetes namespace where the deployment resides. */ namespace: string; /** Kubeconfig context in which the deployment was found. */ context: string; };