ethers.js/lib.commonjs/wordlists/lang-it.d.ts

23 lines
636 B
TypeScript
Raw Normal View History

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