UNPKG

@hashgraph/solo

Version:

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

8 lines 207 B
// SPDX-License-Identifier: Apache-2.0 export class K8ClientPvc { pvcReference; constructor(pvcReference) { this.pvcReference = pvcReference; } } //# sourceMappingURL=k8-client-pvc.js.map