UNPKG

@hashgraph/solo

Version:

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

11 lines 284 B
// SPDX-License-Identifier: Apache-2.0 export class StaticCacheTargetProvider { targets; constructor(targets) { this.targets = targets; } async getRequiredTargets() { return this.targets; } } //# sourceMappingURL=static-cache-target-provider.js.map