@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
5 lines (4 loc) • 334 B
TypeScript
import { type BootstrapResponse } from '../../test-utility.js';
import { type NamespaceName } from '../../../src/types/namespace/namespace-name.js';
import { type Argv } from '../../helpers/argv-wrapper.js';
export declare function testSeparateNodeDelete(argv: Argv, bootstrapResp: BootstrapResponse, namespace: NamespaceName): void;