ethers.js/packages/wordlists/lib/wordlist-owla.d.ts
2022-04-11 17:14:19 -04:00

8 lines
307 B
TypeScript

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