UNPKG

@hashgraph/solo

Version:

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

14 lines (13 loc) 321 B
/** * The response from the kind cluster commands. */ export declare class KindCluster { readonly name: string; /** * Constructs a new Repository. * * @param name the name of the repository. * @throws Error if any of the arguments are null or blank. */ constructor(name: string); }