UNPKG

@hashgraph/solo

Version:

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

9 lines (8 loc) 233 B
export declare class ClusterCreateResponse { private readonly _name; private readonly _context; private readonly _rawOutput; constructor(); get name(): string | undefined; get context(): string | undefined; }