UNPKG

@hashgraph/solo

Version:

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

9 lines (7 loc) 186 B
// SPDX-License-Identifier: Apache-2.0 export class Metrics { public constructor( public readonly cpuInMillicores: number, public readonly memoryInMebibytes: number, ) {} }