UNPKG

@hashgraph/solo

Version:

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

5 lines (4 loc) 201 B
import { SchemaMigrationError } from './schema-migration-error.js'; export declare class InvalidSchemaVersionError extends SchemaMigrationError { constructor(version: number, expected?: number); }