Files
Project_Astral/blockchain/node_modules/@ethersproject/hash/lib/namehash.d.ts
2026-02-25 00:50:23 +05:30

5 lines
271 B
TypeScript

export declare function ensNormalize(name: string): string;
export declare function isValidName(name: string): boolean;
export declare function namehash(name: string): string;
export declare function dnsEncode(name: string): string;
//# sourceMappingURL=namehash.d.ts.map