UNPKG

@hashgraph/solo

Version:

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

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