Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/@ethersproject/wordlists/lib/lang-zh.d.ts

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
Back to Directory File Manager