UNPKG

@hashgraph/solo

Version:

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

7 lines (5 loc) 137 B
// SPDX-License-Identifier: Apache-2.0 export enum DeploymentStates { PRE_GENESIS = 'pre-genesis', POST_GENESIS = 'post-genesis', }