UNPKG

@hashgraph/solo

Version:

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

8 lines (7 loc) 488 B
import { BaseCommandTest } from './base-command-test.js'; export declare class LedgerTest extends BaseCommandTest { static soloLedgerSystemInitArgv(deployment: string, nodeAliases: string, clusterReference: string): string[]; static soloLedgerAccountCreateArgv(deployment: string): string[]; static soloLedgerFileCreateArgv(deployment: string, filePath: string): string[]; static soloLedgerFileUpdateArgv(deployment: string, fileId: string, filePath: string): string[]; }