UNPKG

@hashgraph/solo

Version:

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

6 lines (5 loc) 156 B
export declare class KindKubeConfigContextData { readonly cluster: string; readonly user: string; constructor(cluster: string, user: string); }