ethers.js/packages/hash/lib/namehash.d.ts

3 lines
154 B
TypeScript
Raw Permalink Normal View History

2020-10-18 23:19:16 -04:00
export declare function isValidName(name: string): boolean;
export declare function namehash(name: string): string;
//# sourceMappingURL=namehash.d.ts.map