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

5 lines
271 B
TypeScript
Raw Permalink Normal View History

2022-08-18 14:48:39 -04:00
export declare function ensNormalize(name: string): string;
2020-10-18 23:19:16 -04:00
export declare function isValidName(name: string): boolean;
export declare function namehash(name: string): string;
2022-03-09 02:56:08 -05:00
export declare function dnsEncode(name: string): string;
//# sourceMappingURL=namehash.d.ts.map