UNPKG

@hdwallet/core

Version:

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

12 lines 737 B
// SPDX-License-Identifier: MIT export { WORDLIST as MONERO_CHINESE_SIMPLIFIED_WORDLIST } from './chinese-simplified'; export { WORDLIST as MONERO_DUTCH_WORDLIST } from './dutch'; export { WORDLIST as MONERO_ENGLISH_WORDLIST } from './english'; export { WORDLIST as MONERO_FRENCH_WORDLIST } from './french'; export { WORDLIST as MONERO_GERMAN_WORDLIST } from './german'; export { WORDLIST as MONERO_ITALIAN_WORDLIST } from './italian'; export { WORDLIST as MONERO_JAPANESE_WORDLIST } from './japanese'; export { WORDLIST as MONERO_PORTUGUESE_WORDLIST } from './portuguese'; export { WORDLIST as MONERO_RUSSIAN_WORDLIST } from './russian'; export { WORDLIST as MONERO_SPANISH_WORDLIST } from './spanish'; //# sourceMappingURL=index.js.map