UNPKG

@hashgraph/solo

Version:

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

7 lines (6 loc) 225 B
import { SemanticVersion } from '../../../business/utils/semantic-version.js'; export declare class KindVersion { private readonly _version; constructor(response: string); getVersion(): SemanticVersion<string>; }