UNPKG

@hashgraph/solo

Version:

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

8 lines (5 loc) 168 B
// SPDX-License-Identifier: Apache-2.0 import {type BaseCommand} from '../base.js'; export interface OneShotCommand extends BaseCommand { close(): Promise<void>; }