@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
7 lines (6 loc) • 338 B
TypeScript
import { BaseCommandTest } from './base-command-test.js';
import { type BaseTestOptions } from './base-test-options.js';
export declare class AccountTest extends BaseCommandTest {
static accountCreationShouldSucceed(options: BaseTestOptions): void;
static predefinedAccountCreationShouldSucceed(options: BaseTestOptions): void;
}