UNPKG

@hashgraph/solo

Version:

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

7 lines (6 loc) 268 B
import { type CommandDefinition } from '../../types/index.js'; export declare abstract class BaseCommandDefinition { static readonly COMMAND_NAME: string; protected static readonly DESCRIPTION: string; abstract getCommandDefinition(): CommandDefinition; }