UNPKG

@hdwallet/core

Version:

A complete Hierarchical Deterministic (HD) Wallet generator for 200+ cryptocurrencies, built with TypeScript.

7 lines 258 B
import { OKTChainAddress } from './okt-chain'; import { Address } from './address'; export declare class HarmonyAddress extends OKTChainAddress implements Address { static hrp: string; static getName(): string; } //# sourceMappingURL=harmony.d.ts.map