ethers.js/packages/wordlists/lib.esm/lang-zh.d.ts

11 lines
367 B
TypeScript
Raw Normal View History

2019-05-15 01:48:48 +03:00
import { Wordlist } from "./wordlist";
declare class LangZh extends Wordlist {
constructor(country: string);
getWord(index: number): string;
getWordIndex(word: string): number;
split(mnemonic: string): Array<string>;
}
declare const langZhCn: LangZh;
declare const langZhTw: LangZh;
export { langZhCn, langZhTw };
//# sourceMappingURL=lang-zh.d.ts.map