@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
11 lines (10 loc) • 603 B
TypeScript
import { BaseCommandTest } from './base-command-test.js';
export declare class ConsensusNodeAddTest extends BaseCommandTest {
static soloConsensusNodeAddPrepareArgv(deployment: string, outputDirectory: string, cacheDirectory: string, options: {
persistentVolumeClaims?: boolean;
generateGossipKeys?: boolean;
generateTlsKeys?: boolean;
}): string[];
static soloConsensusNodeAddSubmitArgv(deployment: string, inputDirectory: string): string[];
static soloConsensusNodeAddExecuteArgv(deployment: string, inputDirectory: string, cacheDirectory: string): string[];
}