UNPKG

@hashgraph/solo

Version:

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

10 lines 244 B
// SPDX-License-Identifier: Apache-2.0 export class K8ClientPodCondition { type; status; constructor(type, status) { this.type = type; this.status = status; } } //# sourceMappingURL=k8-client-pod-condition.js.map