UNPKG

@hashgraph/solo

Version:

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

6 lines (5 loc) 327 B
import { BaseCommandTest } from './base-command-test.js'; export declare class KeysTest extends BaseCommandTest { static soloKeysConsensusGenerateArgv(testName: string, deployment: string): string[]; static soloKeysConsensusGenerate(deployment: string, nodeAliasesUnparsed: string, cacheDirectory: string): string[]; }