UNPKG

@hashgraph/solo

Version:

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

7 lines (6 loc) 203 B
/** * An exception thrown when parsing the output of a kind command fails. */ export declare class KindParserException extends Error { constructor(messageOrCause: string | Error, cause?: Error); }