@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
5 lines (4 loc) • 351 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 testSeparateNodeUpdate(argv: Argv, bootstrapResp: BootstrapResponse, namespace: NamespaceName, timeout: number): void;