ethers.js/packages/wordlists/lib/wordlist-owla.d.ts

8 lines
307 B
TypeScript
Raw Normal View History

2022-04-12 00:14:19 +03:00
import { WordlistOwl } from "./wordlist-owl.js";
export declare class WordlistOwlA extends WordlistOwl {
#private;
constructor(locale: string, data: string, accent: string, checksum: string);
get _accent(): string;
_decodeWords(): Array<string>;
}
//# sourceMappingURL=wordlist-owla.d.ts.map