UNPKG

@hashgraph/solo

Version:

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

4 lines (3 loc) 198 B
import { type NetworkNodeServices } from '../../core/network-node-services.js'; import { type NodeAlias } from '../aliases.js'; export type NodeServiceMapping = Map<NodeAlias, NetworkNodeServices>;