UNPKG

@hashgraph/solo

Version:

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

7 lines (5 loc) 124 B
// SPDX-License-Identifier: Apache-2.0 export interface ServicePort { readonly name?: string; readonly port: number; }