UNPKG

@hashgraph/solo

Version:

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

9 lines (7 loc) 183 B
// SPDX-License-Identifier: Apache-2.0 export class KindKubeConfigContextData { public constructor( public readonly cluster: string, public readonly user: string, ) {} }