UNPKG

@hashgraph/solo

Version:

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

5 lines (4 loc) 136 B
import { type Facade } from './facade.js'; export type FacadeObjectConstructor<T extends Facade<B>, B> = { new (instance: B): T; };