UNPKG

@hashgraph/solo

Version:

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

8 lines (7 loc) 232 B
import { type KindExecutionBuilder } from '../execution/kind-execution-builder.js'; /** * Interface for options that can be applied to Kind commands. */ export interface Options { apply(builder: KindExecutionBuilder): void; }