UNPKG

@hashgraph/solo

Version:

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

6 lines (5 loc) 180 B
export declare class Metrics { readonly cpuInMillicores: number; readonly memoryInMebibytes: number; constructor(cpuInMillicores: number, memoryInMebibytes: number); }