UNPKG

@hashgraph/solo

Version:

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

5 lines (4 loc) 196 B
import { SoloError } from '../../../../core/errors/solo-error.js'; export declare class SchemaValidationError extends SoloError { constructor(message: string, cause?: Error, meta?: object); }