UNPKG

@hashgraph/solo

Version:

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

7 lines (6 loc) 133 B
/** * Get helm executable path */ export declare class HelmSoftwareLoader { static getHelmExecutablePath(): Promise<string>; }