UNPKG

@hashgraph/solo

Version:

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

9 lines (7 loc) 203 B
// SPDX-License-Identifier: Apache-2.0 export class KindKubeConfigUserData { public constructor( public readonly clientCertificateData: string, public readonly clientKeyData: string, ) {} }