UNPKG

@hashgraph/solo

Version:

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

8 lines (7 loc) 197 B
import { Lifecycle } from 'tsyringe-neo'; export declare class SingletonContainer { token: symbol; useClass: any; lifecycle: Lifecycle; constructor(token: symbol, useClass: any); }