ethers.js/lib.commonjs/wordlists/lang-cz.d.ts
2023-03-03 18:25:07 -07:00

23 lines
602 B
TypeScript

import { WordlistOwl } from "./wordlist-owl.js";
/**
* The [[link-bip39-cz]] for [mnemonic phrases](link-bip-39).
*
* @_docloc: api/wordlists
*/
export declare class LangCz extends WordlistOwl {
/**
* Creates a new instance of the Czech language Wordlist.
*
* Using the constructor should be unnecessary, instead use the
* [[wordlist]] singleton method.
*
* @_ignore:
*/
constructor();
/**
* Returns a singleton instance of a ``LangCz``, creating it
* if this is the first time being called.
*/
static wordlist(): LangCz;
}