UNPKG

@hashgraph/solo

Version:

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

9 lines (8 loc) 303 B
export interface CacheImageTemplateValuesStructure { readonly MIRROR_NODE_VERSION: string; readonly BLOCK_NODE_VERSION: string; readonly RELAY_VERSION: string; readonly EXPLORER_VERSION: string; readonly MINIO_OPERATOR_VERSION: string; readonly CONSENSUS_NODE_VERSION: string; }