UNPKG

@hashgraph/solo

Version:

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

3 lines (2 loc) 257 B
import { SemanticVersion } from '../business/utils/semantic-version.js'; export declare function assertUpgradeVersionNotOlder(componentName: string, targetVersion: string, currentVersion: SemanticVersion<string> | undefined | null, flagHint: string): void;