UNPKG

@hdwallet/core

Version:

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

10 lines 319 B
// SPDX-License-Identifier: MIT import { OKTChainAddress } from './okt-chain'; import { Harmony } from '../cryptocurrencies'; export class HarmonyAddress extends OKTChainAddress { static hrp = Harmony.NETWORKS.MAINNET.HRP; static getName() { return 'Harmony'; } } //# sourceMappingURL=harmony.js.map