UNPKG

@hashgraph/solo

Version:

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

7 lines 301 B
// SPDX-License-Identifier: Apache-2.0 export var DeploymentStates; (function (DeploymentStates) { DeploymentStates["PRE_GENESIS"] = "pre-genesis"; DeploymentStates["POST_GENESIS"] = "post-genesis"; })(DeploymentStates || (DeploymentStates = {})); //# sourceMappingURL=deployment-states.js.map