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

3 lines
116 B
TypeScript
Raw Normal View History

2020-10-19 06:19:16 +03:00
export declare function isValidName(name: string): boolean;
export declare function namehash(name: string): string;