UNPKG

@hashgraph/solo

Version:

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

10 lines (9 loc) 424 B
import { BaseCommandTest } from './base-command-test.js'; import { type BaseTestOptions } from './base-test-options.js'; export declare class ExplorerTest extends BaseCommandTest { private static soloExplorerDeployArgv; private static soloExplorerDestroyArgv; private static verifyExplorerDeployWasSuccessful; static add(options: BaseTestOptions): void; static destroy(options: BaseTestOptions): void; }