UNPKG

@hashgraph/solo

Version:

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

7 lines (6 loc) 231 B
/** * An exception thrown when the executable does not meet the required version for Kind. */ export declare class KindVersionRequirementException extends Error { constructor(messageOrCause: string | Error, cause?: Error); }