UNPKG

@hashgraph/solo

Version:

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

12 lines (11 loc) 723 B
import { SemanticVersion } from '../../../../business/utils/semantic-version.js'; export declare class ApplicationVersionsSchema { cli: SemanticVersion<string>; chart: SemanticVersion<string>; consensusNode: SemanticVersion<string>; mirrorNodeChart: SemanticVersion<string>; explorerChart: SemanticVersion<string>; jsonRpcRelayChart: SemanticVersion<string>; blockNodeChart: SemanticVersion<string>; constructor(cli?: SemanticVersion<string>, chart?: SemanticVersion<string>, consensusNode?: SemanticVersion<string>, mirrorNodeChart?: SemanticVersion<string>, explorerChart?: SemanticVersion<string>, jsonRpcRelayChart?: SemanticVersion<string>, blockNodeChart?: SemanticVersion<string>); }