UNPKG

@hashgraph/solo

Version:

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

7 lines (6 loc) 160 B
export declare class GetNodesResponse { protected readonly _rawOutput: string; private readonly _nodes; constructor(); get nodes(): string[]; }