UNPKG

@hdwallet/core

Version:

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

6 lines 197 B
/** * SLIP-0044 coin type registry * https://github.com/satoshilabs/slips/blob/master/slip-0044.md */ export declare const CoinTypes: Record<string, number>; //# sourceMappingURL=slip44.d.ts.map