UNPKG

@hashgraph/solo

Version:

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

7 lines (4 loc) 235 B
// SPDX-License-Identifier: Apache-2.0 import {type NetworkNodeServices} from '../../core/network-node-services.js'; import {type NodeAlias} from '../aliases.js'; export type NodeServiceMapping = Map<NodeAlias, NetworkNodeServices>;