UNPKG

@hashgraph/solo

Version:

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

11 lines (8 loc) 281 B
// SPDX-License-Identifier: Apache-2.0 import {type KindKubeConfigContextData} from './kind-kubeconfig-context-data.js'; export class KindKubeConfigContext { public constructor( public readonly context: KindKubeConfigContextData, public readonly name: string, ) {} }