UNPKG

@hashgraph/solo

Version:

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

5 lines (4 loc) 388 B
export declare function soloOneShotDeploy(testName: string, deployment: string, minimalSetup: boolean): string[]; export declare function soloOneShotDestroy(testName: string): string[]; export declare function soloOneShotShowDeployment(testName: string, deployment: string): string[]; export declare function soloDeploymentDiagnosticsLogs(testName: string, deployment: string): string[];