UNPKG

@hashgraph/solo

Version:

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

9 lines (8 loc) 249 B
export declare class LoadDockerImageResponse { protected readonly _rawOutput: string; private readonly _imageName; private readonly _imageId; constructor(_rawOutput: string); get imageName(): string; get imageId(): string; }