UNPKG

@hashgraph/solo

Version:

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

9 lines (8 loc) 261 B
export declare class ClusterDeleteResponse { protected readonly _rawOutput: string; private readonly _name; private readonly _deletedNodes; constructor(_rawOutput: string); get name(): string | undefined; get deletedNodes(): string[]; }