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

11 lines
364 B
TypeScript
Raw Permalink Normal View History

2022-04-11 17:14:19 -04:00
import { Wordlist } from "./wordlist.js";
declare class LangZh extends Wordlist {
constructor(country: string);
getWord(index: number): string;
getWordIndex(word: string): number;
split(mnemonic: string): Array<string>;
}
export declare const langZhCn: LangZh;
export declare const langZhTw: LangZh;
export {};
//# sourceMappingURL=lang-zh.d.ts.map