UNPKG

@hashgraph/solo

Version:

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

9 lines (7 loc) 202 B
// SPDX-License-Identifier: Apache-2.0 export class KindKubeConfigClusterData { public constructor( public readonly certificateAuthorityData: string, public readonly server: string, ) {} }