UNPKG

@hashgraph/solo

Version:

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

8 lines (7 loc) 243 B
import { type ComponentId } from '../../../../../types/index.js'; export declare class ExternalBlockNodeStateSchema { id: number; address: string; port: number; constructor(id?: ComponentId, address?: string, port?: number); }