UNPKG

@hashgraph/solo

Version:

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

12 lines 253 B
// SPDX-License-Identifier: Apache-2.0 export class Release { name; info; chart; constructor(name, info, chart) { this.name = name; this.info = info; this.chart = chart; } } //# sourceMappingURL=release.js.map