UNPKG

@hdwallet/core

Version:

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

9 lines 289 B
import { Entropy } from '../entropy'; export declare const ELECTRUM_V1_ENTROPY_STRENGTHS: { readonly ONE_HUNDRED_TWENTY_EIGHT: 128; }; export declare class ElectrumV1Entropy extends Entropy { static strengths: 128[]; static getName(): string; } //# sourceMappingURL=v1.d.ts.map