UNPKG

@hashgraph/solo

Version:

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

9 lines (8 loc) 487 B
import { type TransformFnParams } from 'class-transformer'; import { SemanticVersion } from '../../../../business/utils/semantic-version.js'; export declare class Transformations { private constructor(); static readonly SemanticVersion: ({ value, type }: TransformFnParams) => string | SemanticVersion<string>; static readonly DeploymentPhase: ({ value, type }: TransformFnParams) => string; static readonly LedgerPhase: ({ value, type }: TransformFnParams) => string; }