2023-03-04 04:25:07 +03:00
|
|
|
import { WordlistOwl } from "./wordlist-owl.js";
|
|
|
|
/**
|
|
|
|
* The [[link-bip39-en]] for [mnemonic phrases](link-bip-39).
|
|
|
|
*
|
|
|
|
* @_docloc: api/wordlists
|
|
|
|
*/
|
|
|
|
export declare class LangEn extends WordlistOwl {
|
|
|
|
/**
|
|
|
|
* Creates a new instance of the English language Wordlist.
|
|
|
|
*
|
|
|
|
* This should be unnecessary most of the time as the exported
|
|
|
|
* [[langEn]] should suffice.
|
|
|
|
*
|
|
|
|
* @_ignore:
|
|
|
|
*/
|
|
|
|
constructor();
|
|
|
|
/**
|
|
|
|
* Returns a singleton instance of a ``LangEn``, creating it
|
|
|
|
* if this is the first time being called.
|
|
|
|
*/
|
|
|
|
static wordlist(): LangEn;
|
|
|
|
}
|
2023-04-27 15:19:55 +03:00
|
|
|
//# sourceMappingURL=lang-en.d.ts.map
|