ethers.js/lib.esm/wordlists/lang-es.d.ts
2023-04-27 21:19:55 +09:00

23 lines
639 B
TypeScript

import { WordlistOwlA } from "./wordlist-owla.js";
/**
* The [[link-bip39-es]] for [mnemonic phrases](link-bip-39).
*
* @_docloc: api/wordlists
*/
export declare class LangEs extends WordlistOwlA {
/**
* Creates a new instance of the Spanish language Wordlist.
*
* This should be unnecessary most of the time as the exported
* [[langEs]] should suffice.
*
* @_ignore:
*/
constructor();
/**
* Returns a singleton instance of a ``LangEs``, creating it
* if this is the first time being called.
*/
static wordlist(): LangEs;
}
//# sourceMappingURL=lang-es.d.ts.map