UNPKG

@hashgraph/solo

Version:

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

7 lines (6 loc) 174 B
export interface KeyFormatter { readonly separator: string; normalize(key: string): string; split(key: string): string[]; join(...parts: string[]): string; }