@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
23 lines (22 loc) • 902 B
TypeScript
export declare class ConsensusNodePathTemplates {
static readonly BLOCK_STREAMS: string;
static readonly EVENT_STREAMS: string;
static readonly RECORD_STREAMS: string;
static readonly DATA_ONBOARD: string;
static readonly DATA_SAVED: string;
static readonly DATA_STATS: string;
static readonly DATA_UPGRADE: string;
static readonly OUTPUT: string;
static readonly DATA_CONFIG: string;
static readonly DATA_KEYS: string;
static readonly DATA_LIB: string;
static readonly DATA_APPS: string;
static readonly STATE: string;
static readonly HEDERA_HAPI_PATH: string;
static readonly LOG4J2_XML: string;
static readonly SETTINGS_TXT: string;
static readonly BLOCK_NODES_JSON: string;
static readonly GENESIS_NETWORK_JSON: string;
static readonly GENESIS_THROTTLES_JSON: string;
static readonly APPLICATION_PROPERTIES: string;
}