@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
11 lines (9 loc) • 331 B
text/typescript
// SPDX-License-Identifier: Apache-2.0
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;
}