UNPKG

@hashgraph/solo

Version:

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

4 lines (3 loc) 248 B
import { type NamespaceNameAsString } from '../src/core/config/remote/types.js'; export declare function resetTestContainer(cacheDir?: string): void; export declare function resetForTest(namespace?: NamespaceNameAsString, cacheDir?: string): void;